[Rails] Re: Installation difficulites

2009-08-06 Thread Trausti Thor Johannsson
One thing, Ruby is not in /usr/local/bin but in /usr/bin. If your scripts require ruby to be in /usr/local/bin you can do this sudo ln -s /usr/bin/ruby /usr/local/bin/ruby And be done with it. What I have done is to install XAMPP on my Mac, and remember to install the Dev tools also (there are

[Rails] Re: Installation difficulites

2009-08-06 Thread Frederick Cheung
On Aug 6, 9:06 am, Trausti Thor Johannsson traust...@gmail.com wrote: One thing, Ruby is not in /usr/local/bin but in /usr/bin. The stock ruby is, but not the version installed via the hivelogic instructions (at least not if everything has gone to plan) /usr/local/bin/ruby: command not found