开发者

Cannot use RVM commands even after modifying .bash_profile

开发者 https://www.devze.com 2023-02-11 08:05 出处:网络
I am a newbie RoR developer (and pretty newbie for programming in general). I followed the installation instructions on http://rvm.beginrescueend.com/rvm/install/ to a T. I added...

I am a newbie RoR developer (and pretty newbie for programming in general). I followed the installation instructions on http://rvm.beginrescueend.com/rvm/install/ to a T. I added...

开发者_运维知识库
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"  # This loads RVM into a shell session.

...to my .profile and .bash_profile (at the very end) and yet I still cannot load RVM as a function. Note that I am getting -bash: ??: command not found" in Terminal.

0

精彩评论

暂无评论...
验证码 换一张
取 消