Hi everyone,
I used to work with on both windows and linux (centos) but know i need to stay and now i want to stay on linux.
I just have one problem on widnows it's easy to setup HOUDINI_TEMP_DIR to another file or drive but on linux it's completely obscur.
Do anyone know how to setup the HOUDINI_TEMP_DIR file path on Linux?
Thanks a lot.
HOUDINI_TEMP_DIR on linux (centos)
3701 5 1-
- fido972
- Member
- 30 posts
- Joined: Sept. 2011
- Offline
-
- goldleaf
- Staff
- 4271 posts
- Joined: Sept. 2007
- Offline
-
- edward
- Member
- 8094 posts
- Joined: July 2005
- Offline
-
- fido972
- Member
- 30 posts
- Joined: Sept. 2011
- Offline
Thanks guys for you answers!!
I've already tried those techniques but didn't work, i tried again and still don't working.
goldleaf: I want to change the destination folder to another drive with more space as i used to do on widnows.
Maybe there's a difference on centos?! If someone already done that please help?
I've already tried those techniques but didn't work, i tried again and still don't working.
goldleaf: I want to change the destination folder to another drive with more space as i used to do on widnows.
Maybe there's a difference on centos?! If someone already done that please help?
-
- Siavash Tehrani
- Member
- 737 posts
- Joined: July 2005
- Offline
I remember having trouble with this on Fedora. For whatever reason nothing I tried seemed to work. I launch Houdini from a script and in the end putting the export line into the script worked. For example:
#!/bin/bash
cd /opt/hfs12.1.216/
source /opt/hfs12.1.216/houdini_setup
export HOUDINI_TEMP_DIR=/home/dajuice/project/tmp/
houdinifx
#!/bin/bash
cd /opt/hfs12.1.216/
source /opt/hfs12.1.216/houdini_setup
export HOUDINI_TEMP_DIR=/home/dajuice/project/tmp/
houdinifx
-
- fido972
- Member
- 30 posts
- Joined: Sept. 2011
- Offline
-
- Quick Links


