The port says it is supposed to install in /usr/local/bin/rvmI installed /usr/ports/dev/rvm.
I logged out and logged back in. Now I'm getting this:
Code:$ rvm use 2.1.1 rvm: not found
I realize that the rvm command itself is a shell function but I don't see changes in the system shell startup scripts. What am I missing? Thanks.
rehash
in the shell first? rehash
. Sometimes there is a confusingly similar "not found" when the script interpreter is not present, but anything it needed should have been installed as a dependency. /usr/local/bin/rvm use 2.1.1
I installed devel/rvm.
I logged out and logged back in. Now I'm getting this:
Code:$ rvm use 2.1.1 rvm: not found
I realize that thervm
command itself is a shell function but I don't see changes in the system shell startup scripts. What am I missing? Thanks.