Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I guess it would be a good idea to include the command to source the rvm scripts in .bashrc
echo “source ~/.rvm/scripts/rvm” >> ~/.bashrc
Worked great adding that to the bashrc as dennyac said, you should add it to article. thanks
Great post, thank you!
By the way, I could not find the file “~/.rvm/scripts/rvm”, hence “source ~/.rvm/scripts/rvm” did not work… You need to run “source /usr/local/rvm/scripts/rvm” instead. -tested in Ubuntu 14.04 LTS-
Thanks.
I had to add the key
gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
before step 1, as this was a fresh install.
I’ve created a PPA (.deb package + auto updater) for rvm on 14.04.
Install instructions: https://github.com/raelgc/ubuntu_rvm
hello bro…i have got an error while installing ruby…when i execute the following code \curl -sSL https://get.rvm.io | bash -s stable --rails
it give me following error
Successfully installed rails-deprecated_sanitizer-1.0.3
ERROR: While executing gem … (Gem::RemoteFetcher::FetchError)
bad response Service Unavailable 503 (https://rubygems.global.ssl.fastly.net/quick/Marshal.4.8/mini_portile-0.6.2.gemspec.rz)
please help me what i do
Thanks works well, but now what? I want to deploy with Capistrano but I cannot figure out how to do it. There is a tutorial though it uses rbenv. Can someone tell me where to find how to deploy with Capistrano and .rvm?
Need to import key for the curl to work:
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
Source : https://rvm.io/
Thank you very much guys, you save my life! Awesome post, and Pura Vida from Costa Rica :)