I'm getting started with shoes and the nks docs tell me two write a script and then launch it like this:
> shoes myapp.rb
the shoes executable is in the Shoes.app I installed. Thus, shoes is not in my path so I can't do this.
Tried symlinking shoes into /usr/local/bin but I get this error when I try to start it.
> shoes myapp.rb
FSPathMakeRef(/usr/local/bin/../../../Shoes.app) failed with error -43.
any ideas?
Geoff
PS. Additional information: OSX Leopard. Shoes version, Raisins. Installed from dmg. The link was made from and absolute path ->
> sudo ln -s /Applications/Shoes.app/Contents/MacOS/shoes shoes