From: Logan Capaldo Date: 2007-06-26T00:20:06+09:00 Subject: Re: OS X reads builtin version of ruby ------=_Part_104230_442661.1182784808294 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 6/25/07, Herb Fitz wrote: > > Ok, so i've tried to install 1.8.6 in a few ways, the first was building > it from source and most recently using macports. I've added the correct > lines to both my /etc/profile and ~/.bash_login. Whenever I reload these > files manually I get the correct version of ruby by issuing the version > command. Can anyone help? I searched the forum for my question but had > difficulty finding an answer. Sorry if this has been asked a million > times. You need to update your PATH in ~/.bashrc. profile/bash_profile are run for login shells. Starting a terminal isn't neessarily going to run a login shell. > -- > Posted via http://www.ruby-forum.com/. > > ------=_Part_104230_442661.1182784808294--