remear / jewelrybox

OS X RVM Manager
105 stars 5 forks source link

Gemsets says "No Rubies Installed" #179

Open chuckwagoncomputing opened 11 years ago

chuckwagoncomputing commented 11 years ago

On Mac OS 10.7 I have three rubies installed (2.0.0, 1.9.3, 1.8.7), but Gemsets says "No Rubies Installed" rvm list works. When I start it from the command line (sudo su $USER -c /Applications/JewelryBox.app/Contents/MacOS/JewelryBox), it says *\ ERROR Unknown command line option: "list" when it starts and when I click on the Gemsets icon.

remear commented 11 years ago

First off, why are you launching it with sudo?

How did you install rvm, what kind of install is it and are you sure you didn't do any installations or gems or rubies with sudo?

chuckwagoncomputing commented 11 years ago
  1. I launched it with sudo because it failed installing 1.9.3 because it did not have root privileges Error: Installing requirements for osx/10.7/i386, might require sudo password sudo: no tty present and no askpass program specified
  2. curl -L https://get.rvm.io | bash -s stable --ruby
  3. I did not do any installations of gems or rubies with sudo (other than through JewelryBox, but su $USER should have taken care of that)
chuckwagoncomputing commented 11 years ago

Completely started over with rvm and ruby, and now the error is gone.