一天!
我试图在乌班图10.04 LTS安装RPV。
我的步骤:
$ 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
然后是开放的。
[ -z "$PS1" ] && return
......
if [[ -n "$PS1" ]]; then
And that i add in the end of file
if [[ -s $HOME/.rvm/scripts/rvm ]] ; then source $HOME/.rvm/scripts/rvm ; fi
fi
随后,我尝试:
$ rvm notes
并且一开始:
-bash: rvm: command not found
什么是错误的? 我已尝试了100次步骤,但我仍然不工作!