ruby - Problem installing RVM -


i have executed commands prescribed in instructions @ rvm website things don't seem work..

fetching code git repository runs smoothly when try use

 rvm notes 

error:

/usr/local/bin/rvm: line 73: /home/cody/.rvm/scripts/rvm: no such file or directory 

flashes in multiple lines , doesn't stop till hit ctrl+c.. running ubuntu 8.04 , running ruby 1.9.2.. sorry, if missing out necessary information. in advance.

ack, didn't mean post comment on question. anyway, if had guess, i'd installed rvm using sudo or root. if case, remove it , reinstall without sudo:

sudo rm -rf $home/.rvm $home/.rvmrc /etc/rvmrc /etc/profile.d/rvm.sh \   /usr/local/rvm /usr/local/bin/rvm sudo /usr/sbin/groupdel rvm # might fail, it's not important 

open new terminal window/tab , make sure rvm removed:

env | grep rvm 

the output should empty, it's needed relogin, after it's empty can continue:

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

it works fine installed local user.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -