Upgrading to ruby 1.9 on Leopard 1.5.8 +
stratboy
email at reghellin.com
Sat Sep 5 05:50:47 PDT 2009
Hi! I posted to ruby-forum.com
(http://www.ruby-forum.com/topic/182612#846898) but not found a real
solution. My problem is that port updates to ruby19 aren't recognized by the
system:
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.
-------------------------
Any of you could help me please?
--
View this message in context: http://www.nabble.com/Upgrading-to-ruby-1.9-on-Leopard-1.5.8-%2B-tp25308092p25308092.html
Sent from the MacPorts - Users mailing list archive at Nabble.com.
More information about the macports-users
mailing list