Solved rvm's just not there?

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 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.
 
I 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.
The port says it is supposed to install in /usr/local/bin/rvm

Could this be as simple as needing to run rehash in the shell first?
http://www.freebsdwiki.net/index.php/Rehash
 
Logging out and back in has the same effect as 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.

What happens if the full path is given? /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 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.

devel/rvm: The RVM persistent VM library. The RVM library is used by the Coda distributed filesystem.

I don't think this is the rvm you are looking for.
 
Back
Top