art3mis Posted October 6, 2018 Share Posted October 6, 2018 Hi Can anyone tell me if the following syntax is correct (on Ubuntu)? I'm prepending my PATH variable then launching houdini > alias houdini_run='pathold=$PATH; PATH=/home/jim/yt-conda/bin:/home/jim/yt-conda/sbin; /opt/hfs16.5.595/bin/hindie-bin; PATH=$pathold' The problem is when I run it, houdini DOES launch but I'm seeing a lot of missing package errors even though they definitely ARE installed in the bin directory defined in the above PATH. ie > sh: 1: grep: not found > sh: 1: awk: not found > sh: 1: ls: not found Quote Link to comment Share on other sites More sharing options...
Stalkerx777 Posted October 11, 2018 Share Posted October 11, 2018 (edited) alias houdini_run='cd /opt/hfs16.5.595; source houdini_setup >> /dev/null; cd - >> /dev/null; env PATH=/home/jim/yt-conda/bin:/home/jim/yt-conda/sbin:$PATH houdini' Edited October 11, 2018 by Stalkerx777 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.