Installation of RVM on Ubuntu Server 12.04 -


i running vm ubuntu server 12.04. try install ruby on rails application , first of needed install curl (which done) , try install rvm.

i following installation guide : ruby on rails installation

i @ step when have run rvm check. won't load when try enter :

source ~/.rvm/scripts/rvm 

update :

i have folder /usr/local/rvm

when try run : rvm requirements

he says : program 'rvm' not installed....

but did command :

\curl -l https://get.rvm.io | bash -s stable 

as shown in tutorial, or didn't install ? have no errors... see : thank using rvm!

-sh: 1: source: not found

any ideas? relatively new ubuntu. in advance

as message says:

-sh: 1: source: not found

where sh current shell - rvm not compatible it, need use bash:

sudo apt-get install -y bash && sudo chsh -s $(which bash) 

i have not tested steps might adjust system.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -