When I run:
bash < <( curl -L http://bit.ly/rvm-install-system-wide )
I get the following error:
Please ensure git is installed and
available in PATH to continue.
Git is installed:
*** LOCAL GEMS ***
abstract (1.0.0)
actionmailer (3.0.3)
actionpack (3.0.3)
activemodel (3.0.3)
activerecord (3.0.3)
activeresource (3.0.3)
activesupport (3.0.3)
arel (2.0.6)
builder (2.1.2)
bundler (1.0.7)
erubis (2.6.6)
git (1.2.5)
i18n (0.5.0)
mail (2.2.12)
mime-types (1.16)
minitest (1.6.0)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
rack-test (0.5.6)
rails (3.0.3)
railties (3.0.3)
rake (0.8.7)
rdoc (2.5.8)
RedCloth (4.2.3)
ruby-oci8 (2.0.4)
rvm (1.1.6)
thor (0.14.6)
treetop (1.4.9)
tzinfo (0.3.23)
You obviously have a path problem as git is not in your path.
First, are you trying to install RVM as root or not?
Second, make sure git, and not git gem is installed and add it to your path like this(as root)
After running this command make sure
which gitreturn/path/to/git/directory/git.Finally, you can try and re install the system wide RVM.