No command 'rvm' found

Thufir Hawat hawat.thufir at gmail.com
Sun Jan 29 05:24:13 UTC 2012


On Sat, 28 Jan 2012 20:20:11 +0000, Avi Greenbury wrote:

> There's a clue in this line:
> 
>> Upgrading the RVM installation in /home/thufir/.rvm/
> 
> The RVM executable is probably in that directory somewhere, almost
> certainly in one which is not in your $PATH.


solution per http://www.christopherirish.com/2010/08/25/how-to-install-
rvm-on-ubuntu-10-04/  is:

thufir at tleilax:~/ruby$ 
thufir at tleilax:~/ruby$ tail /home/thufir/.bashrc 
    . ~/.bash_aliases
fi

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
    . /etc/bash_completion
fi
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
thufir at tleilax:~/ruby$ 



and then

. ~/.bashrc



At least I *think* that's what I did, don't quite recall.  You're 
absolutely correct, path issue.


-Thufir





More information about the ubuntu-users mailing list