From: Daniel A. S. <st...@ic...> - 2002-04-08 06:28:51
|
At 3:00 -0300 on 8/4/02, Lizardo H. C. M. Nunes wrote: >On "Terminal.app" I tried >$ alias wish /Applications/Wish\ Shell.app/Contents/MacOS/Wish\ Shell >So, >$ wish >and I got >"/Applications/Wish: Command not found." > you probably wanted: alias wish '/Applications/Wish\ Shell.app/Contents/MacOS/Wish\ Shell' >I moved "Wish\ Shell.app" for "Wish_Shell.app", etc., and things >worked fine. Also, >$ wish -f myfile.tcl >is launched. > >What I really want to know is how to make "bash" recognize the > "#!/usr/local/bin/wish" line. create a symolic link: sudo ln -s /Applications/Wish\ Shell.app/Contents/MacOS/Wish\ Shell /usr/local/bin/wish Cheers, Daniel -- ** Daniel A. Steffen ** "And now to something completely ** Department of Mathematics ** different" Monty Python ** Macquarie University ** <mailto:st...@ma...> ** NSW 2109 Australia ** <http://www.maths.mq.edu.au/~steffen/> |