I'm using Debian 6. I uninstalled ruby1.8, and then I installed ruby1.9.1.
If I type "which ruby" at the command line, it doesn't output anything. It seems like it doesn't recognize it.
|
I'm using Debian 6. I uninstalled ruby1.8, and then I installed ruby1.9.1. If I type "which ruby" at the command line, it doesn't output anything. It seems like it doesn't recognize it. |
||||
|
Ruby installs on Debian/Ubuntu don't seem to generate the symbolic /usr/bin/ruby link to the specific install you have (theoretically, so that you can have multiple versions installed point to whatever version you want to use as your default). so...
should get you rolling. If |
|||||
|
locate rubyto see where it is, andecho $PATHto see what directories are searched for executables. – Phrogz Dec 7 '11 at 23:45