I'm trying to install ruby 2.0.0-p247 through rvm. But, it is asking for password. Is it normal to provide sudo password? I've not configured sudo password in sudoers file. I'm using Oracle Enterprise Linux 6 x64 .
相关问题
- How to specify memcache server to Rack::Session::M
- Why am I getting a “C compiler cannot create execu
- reference to a method?
- ruby 1.9 wrong file encoding on windows
- gem cleanup shows error: Unable to uninstall bundl
相关文章
- Ruby using wrong version of openssl
- Difference between Thread#run and Thread#wakeup?
- how to call a active record named scope with a str
- “No explicit conversion of Symbol into String” for
- Segmentation fault with ruby 2.0.0p247 leading to
- How to detect if an element exists in Watir
- uninitialized constant Mysql2::Client::SECURE_CONN
- ruby - simplify string multiply concatenation
The
sudo
is for autolibs - which means RVM will install the required software likeopenssh
orlibyaml
which are required for standard ruby to work properly.You can change the
autolibs
to see the required packages instead of installing them:and to get back to the default which installs requirements:
This is from the RVM documentation for multiple user installations:
Those last two sentences are very important.
RVM is designed to be used as a single-user tool, installed in their home directory, and, if installed that way NEVER needs
sudo
to run or install or change anything, nor will the user ever have to do things as root.The "Troubleshooting Your Install" section in the installation documentation page is a good starting point for you.
Just do "sudo rvm ...." then type in your password