D
D
dexdev2013-12-28 06:36:44
ruby
dexdev, 2013-12-28 06:36:44

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

2 answer(s)
O
Oleg, 2013-12-28
@AdilA

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

S
sl_bug, 2013-12-28
@sl_bug

Those. do you want to install ruby ​​without rvm to use capistrano-rvm? Nothing bothers you?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question