Hi!
I have installed ruby 1.9.1 on my mac os x leopard.
./configure
make
make install
But when i write
ruby -v
I get:
ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]
Anyone knows what i done wrong??
Thanks Svea
Hi!
I have installed ruby 1.9.1 on my mac os x leopard.
But when i write
I get:
ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]
Anyone knows what i done wrong??
Thanks Svea
I found out the solution by the way.
I had to add this line to my profile.
export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH"
/Svea
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs