klasse
klasse
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
.bashrc and .cshrc hot install Oct. 20, 2009, 1:16 p.m.
i'll wait for a new build
thank you so much for all the help!!!
thank you so much for all the help!!!
.bashrc and .cshrc hot install Oct. 20, 2009, 11:41 a.m.
if i do this:
export HOUDINI_PATH=“/_Library/Houdini/hotbin_osx_H10.0.401_1.0rc8;&”
in the .bash_profile file.
then go to applications and running the “Houdini Shell.terminal” and then runing the command:
hconfig -ap
now i can see my houdini path in that long list.
but i don't see anything when i'm opening up a hscript texport from inside houdini and running “echo $HOUDINI_PATH”
can there be a bug? i'm running 10.0.422
export HOUDINI_PATH=“/_Library/Houdini/hotbin_osx_H10.0.401_1.0rc8;&”
in the .bash_profile file.
then go to applications and running the “Houdini Shell.terminal” and then runing the command:
hconfig -ap
now i can see my houdini path in that long list.
but i don't see anything when i'm opening up a hscript texport from inside houdini and running “echo $HOUDINI_PATH”
can there be a bug? i'm running 10.0.422
.bashrc and .cshrc hot install Oct. 20, 2009, 10:50 a.m.
Alanw
Try this in your .bashrc and make sure you completely shut down your terminal between testing changes.
HOUDINI_PATH=/_Lib/Houdini/hotbin_osx_H10.0.401_1.0rc8;&
Are you using Houdini 10.0.0401?
Also, to confirm if your changes are taking place I'd make sure you're using echo from the hscript textport inside Houdini. (and you will need to restart Houdini after every change made to the variable)
if i put that in the .bashrc nothing happens.
if i put it in the .bash_profile file i geet a syntax error:
syntax error near unexpected token `&'