-
-
Save douglasmartins7/08c992cab059b7e2eb54411dc8dbc315 to your computer and use it in GitHub Desktop.
RVM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-add-repository -y ppa:rael-gc/rvm | |
sudo apt-get update | |
\curl -sSL https://get.rvm.io | bash | |
sudo apt-get install rvm | |
menu prefences in terminal/ profiles/ comand/ click in "Run commnand as a login shell" | |
reboot in ubuntu | |
#terminal ubuntu | |
gnome sheel and need select in terminal click_right/profiles/command/click in run command as a login shell and closed the terminal | |
# Disable RVM from trying to install necessary software via apt-get | |
rvm autolibs disable | |
# Then try installing Ruby: | |
rvm install 2.4.0 | |
rvm install ruby #latest | |
rvm install ruby-2.4.1 | |
rvm install ruby-2.3 | |
rvm install 2.3.1 | |
rvm install 2.3 | |
rvm use ruby-2.4.1 | |
rvm list | |
#if you don't doing | |
rvm reinstall all | |
rvm pkg install openssl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment