首页IT科技ubuntuip地址修改(ubuntu Installed Ruby 1.9.3 with RVM but command line doesn’t show ruby v Stack Overflow)

ubuntuip地址修改(ubuntu Installed Ruby 1.9.3 with RVM but command line doesn’t show ruby v Stack Overflow)

时间2025-07-08 01:20:06分类IT科技浏览7641
导读: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:...

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

创心域SEO版权声明:以上内容作者已申请原创保护,未经允许不得转载,侵权必究!授权事宜、对本内容有异议或投诉,敬请联系网站管理员,我们将尽快回复您,谢谢合作!

展开全文READ MORE
python wed框架(python框架是什么)