efecto Posted June 21, 2010 Share Posted June 21, 2010 I got HOT to work on my windows7(x64). It's really great! Thank you. During installation, I had another PATH variable and I temporary nuked it to get the HOT to work. In your doc, it says to prepend the entry above.. but I don't really understand what you mean by prepend. could you please tell me how to prepend? Thanks! doc: http://anusf.anu.edu.au/~drw900/houdini/ocean/docs/ HOUDINI_PATH c:/hotbin_win32_H10.0.374;&PATH c:\hotbin_win32_H10.0.374\dlls Note: Don’t nuke your PATH if it already exists, prepend the above entry with a “;” between the entries. Quote Link to comment Share on other sites More sharing options...
pclaes Posted June 21, 2010 Share Posted June 21, 2010 under linux it's like: setenv PATH /home/pclaes/bin:$PATH Where ":" allows to add different paths and "/home/pclaes/bin" is prepended to the PATH variable. Not sure about windows, but can't be too different. Quote Link to comment Share on other sites More sharing options...
eloop Posted June 22, 2010 Share Posted June 22, 2010 (edited) By prepend I mean, e.g. if your PATH was originally set to something like - PATH c:\MyFaveApp then you would prepend the HOT's dll folder to the PATH by setting - PATH c:\hotbin_win32_H10.0.374\dlls;c:\MyFaveApp You have then put both folders on the executable path by separating them in the PATH variable with a semicolon. -Drew I got HOT to work on my windows7(x64). It's really great! Thank you. During installation, I had another PATH variable and I temporary nuked it to get the HOT to work. In your doc, it says to prepend the entry above.. but I don't really understand what you mean by prepend. could you please tell me how to prepend? Thanks! doc: http://anusf.anu.edu.au/~drw900/houdini/ocean/docs/ Edited June 23, 2010 by eloop Quote Link to comment Share on other sites More sharing options...
efecto Posted June 22, 2010 Author Share Posted June 22, 2010 I see. I got it sorted thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.