浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

ubuntu - Installed Ruby 1.9.3 with RVM but command line doesn't show ruby -v - Stack Overflow

ou have broken version of RVM - Ubuntu does something to RVM that produces lots of errors, the only safe way of fixing for now is to:

sudo apt-get --purge remove ruby-rvm
sudo rm -rf /usr/share/ruby-rvm /etc/rvmrc /etc/profile.d/rvm.sh

open new terminal and validate environment is clean from old rvm settings (should be no output):

env | grep rvm

if there was output, try to open new terminal, if it does not help - restart computer

install RVM:

curl -L get.rvm.io | bash -s stable --auto

do not forget to read rvm requirements before installing rubies

posted on 2012-09-22 12:50  lexus  阅读(166)  评论(0)    收藏  举报