I have some issues with upgrading my Ruby version with RVM on OS X.
RMV uses MacPorts, causing me to run sudo port selfupdate, which gets a bunch of compiling errors, despite correct Xcode command line tools installed.
I found some installation instructions using Linux apt-get but unfortunately I don't have in it on my Mac.
I want to install Ruby without RVM. How can I do that?
command failed: cd /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/base && CC=/usr/bin/cc ./configure --prefix=/opt/local --with-tclpackage=/Library/Tcl --with-install-user=root --with-install-group=admin --with-directory-mode=0755 --enable-readline && make && make install SELFUPDATING=1 Exit code: 2 DEBUG: Error installing new MacPorts base:...Error: /opt/local/bin/port: port selfupdate failed: Error installing new MacPorts base: command execution failedMacPortshaving some compatibility pb withLion``, and their official instructions don't do the trick for me. Thanks, I think I 'll userbenv, which arvm`-like tool. Perpahs, you should consider edit your post as the answer ;)