Jump to content

Converting MacOS houdini paths to Linux


art3mis

Recommended Posts

Hi

Trying to get ytini running on Linux(Ubuntu)

http://www.ytini.com/getstarted.html

I need to convert the following 2 scripts so they work on Linux instead of Mac OS.

The first is an addition to .bash_profile

alias houdini_setup='dirold=$(pwd); cd /Applications/Houdini/Houdini16.0.557/Frameworks/Houdini.framework/Versions/16.0.557/Resources; source houdini_setup; cd $dirold' 

The 2nd is  an alias to run Houdini from the command line with "houdini_run":

 

alias houdini_run='pathold=$PATH; PATH=/Users/jillnaiman1/yt-conda/bin:/Users/jillnaiman1/yt-conda/sbin:/Applications/Houdini/Houdini16.0.557/Frameworks/Houdini.framework/Versions/16.0.557/Resources/houdini:/Applications/Houdini/Houdini16.0.557/Frameworks/Houdini.framework/Versions/16.0.557/Resources/bin:/usr/bin:/usr/sbin/; /Applications/Houdini/Houdini16.0.557/Houdini\ Apprentice\ 16.0.557.app/Contents/MacOS/happrentice; PATH=$pathold'

 

Can anyone help?

 

I've tried the following

Quote

alias houdini_run='pathold=$PATH; PATH=/home/jim/ytini/yt-conda/bin:/home/jim/ytini/yt-conda/sbin:/opt/hfs16.5.595/:/opt/hfs16.5.595/bin; /opt/hfs16.5.595/bin/hindie-bin; PATH=$pathold

and houdini launches but I get a lot of grep not found errors!

Edited by art3mis
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...