From: Mario Camou Date: 2009-08-29T22:55:37+09:00 Subject: Re: Update latest Ruby Version 1.9 on Mac OSX --0016364ed1948e202b0472480d42 Content-Type: text/plain; charset=ISO-8859-1 Add /opt/local/bin to the front of your PATH, that's where MacPorts stores its binaries. On Aug 29, 2009 3:45 PM, "Luca Reghellin" wrote: Christian wrote: > Just install MacPorts and then install 1.9 Hi! I installed ruby19 with macports (1.8.0) on Leopard, but still can't use ruby 1.9. ruby -v: 1.8.6 which ruby: /usr/bin/ruby .profile: ## # DELUXE-USR-LOCAL-BIN-INSERT # (do not remove this comment) ## echo $PATH | grep -q -s "/usr/local/bin" if [ $? -eq 1 ] ; then PATH=$PATH:/usr/local/bin export PATH fi ## # Your previous /Users/stratboy2/.profile file was backed up as /Users/stratboy2/.profile.macports-saved_2009-02-22_at_15:45:25 ## # MacPorts Installer addition on 2009-02-22_at_15:45:25: adding an appropriate PATH variable for use with MacPorts. export PATH=/opt/local/bin:/opt/local/sbin:$PATH # Finished adapting your PATH environment variable for use with MacPorts. # MacPorts Installer addition on 2009-02-22_at_15:45:25: adding an appropriate MANPATH variable for use with MacPorts. export MANPATH=/opt/local/share/man:$MANPATH # Finished adapting your MANPATH environment variable for use with MacPorts. ------------------------- So, what's wrong? Can you please help me? I'm not too good in unix/terminal... -- Posted via http://www.ruby-forum.com/. --0016364ed1948e202b0472480d42--