0
美好的一天!無法在Ubuntu上安裝RVM
我嘗試在Ubuntu 10.04 LTS上安裝RVM。
我的步驟:
$ bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
$ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile
然後我打開的.bashrc並更換
[ -z "$PS1" ] && return
隨着該
if [[ -n "$PS1" ]]; then
而且我在文件末尾添加
if [[ -s $HOME/.rvm/scripts/rvm ]] ; then source $HOME/.rvm/scripts/rvm ; fi
fi
然後我嘗試:
$ rvm notes
,我也得到:
-bash: rvm: command not found
什麼是錯的?我嘗試了100次我的步驟,但它仍然無效!
您是否已登錄並註銷? – ThatOtherPerson 2012-01-15 18:21:35
我剛纔試過了!這行得通!謝謝!!! – ExiRe 2012-01-15 18:24:35
是的,開始時我開始瘋了。 – ThatOtherPerson 2012-01-15 18:30:53