Any suggestions, similar issues with git/rvm/ruby currect version upgrades or install under mac lion 10.7.3?
I am having a time getting RVM installed and Ruby updated to the latest version. As of now, I am getting this message:
rvm requires autoreconf to install the selected ruby interpreter however autoreconf was not found in the PATH.
My current system is:
-
Mac OS X Version 10.7.3
-
ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0]
-
rvm 1.10.3
-
Xcode 4.3.1
-
git version 1.7.7.5 (Apple Git-26)
What I've done so far:
I downloaded the lastest version of Ruby (1.9.3), however running command 'rvm --default use 1.9.3' returns 'rvm is not a function'
Possible problems with Zend installation: I uninstalled Zend Server CE as running the command 'which git' was pointing to a zend framework directory. Wonky. So I uninstalled the zend framework and reinstalled git under my /home directory
Last:
I am not sure if this is a permission or file/folder location issue.
This issue arose when I first connected to github and failed to save homework files to the /coursework directory for commit. My work-around was to download the GitHub app for handling repositories. Though, I wonder if I've confused this installation situation more?