Answer the question
In order to leave comments, you need to log in
How to install ruby 2.0.0-p195 without rvm on Ubuntu VPS?
How to install ruby 2.0.0-p195 without rvm on Ubuntu VPS?
apt-get install ruby2.0.0p-195 fails?
They advised me to install ruby without rvm, so that later I can deploy gem capistrano-rvm with capistrano.
Answer the question
In order to leave comments, you need to log in
sudo apt-get -y update
sudo apt-get -y install build-essential zlib1g-dev libssl-dev libreadline6-dev libyaml-dev
cd /tmp
wget cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0 .0-p353.tar.gz
tar -xvzf ruby-2.0.0-p353.tar.gz
cd ruby-2.0.0-p353/
./configure --prefix=/usr/local
make
sudo make install
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question