Houdini 18.5 Linux launch from terminal

   4064   7   0
User Avatar
Member
4 posts
Joined: May 2017
Offline
Hi,

Since 18.5 the houdini_setup.sh file is gone. What's the recommended way to launch houdini on linux now? I'm specifically interested launching it from the command line, not the new launcher (due to terminal output).

Thanks
User Avatar
Member
7737 posts
Joined: Sept. 2011
Offline
zenopelgrims
Hi,

Since 18.5 the houdini_setup.sh file is gone. What's the recommended way to launch houdini on linux now? I'm specifically interested launching it from the command line, not the new launcher (due to terminal output).

Thanks

sourcing houdini_setup is still part of houdini 18.5
User Avatar
Member
4 posts
Joined: May 2017
Offline
jsmack
sourcing houdini_setup is still part of houdini 18.5

Where is the file located in that case? It's not in the same directory as before, at least not in my install.
Edited by zenopelgrims - Oct. 28, 2020 17:05:25
User Avatar
Member
7737 posts
Joined: Sept. 2011
Offline
It's right in the root of the install folder for me, at least on a Windows installation.
User Avatar
Member
4 posts
Joined: May 2017
Offline
False alarm, nothing changed.
User Avatar
Member
41 posts
Joined: Dec. 2019
Offline
Hi
There Are Two way
Just command Like Ex:
/opt/hfs18.0.597/bin/houdinifx

Or You can make file HoudiniFX18.sh And run Houdini With Consol terminal

#!/bin/bash
gnome-terminal -e "bash -c /opt/hfs18.0.597/bin/houdinifx;bash"

#Launch Hodini Without Console
/opt/hfs18.0.597/bin/houdinifx
User Avatar
Member
7737 posts
Joined: Sept. 2011
Offline
snapag
Hi
There Are Two way
Just command Like Ex:
/opt/hfs18.0.597/bin/houdinifx

Or You can make file HoudiniFX18.sh And run Houdini With Consol terminal

#!/bin/bash
gnome-terminal -e "bash -c /opt/hfs18.0.597/bin/houdinifx;bash"

#Launch Hodini Without Console
/opt/hfs18.0.597/bin/houdinifx

True you can run the bin directly, but the environment won't be configured correctly without sourcing the houdini setup file.
User Avatar
Member
41 posts
Joined: Dec. 2019
Offline
That you cannot find the files you have placed somewhere,Find and Locate commands are used to search for the files in the system
Try Command :
locate houdini
Using the Find command you can search based on file and folder name.
Edited by anon_user_35845555 - Oct. 28, 2020 17:24:13
  • Quick Links