首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装rvm后没有.rvm目录

安装rvm后没有.rvm目录
EN

Stack Overflow用户
提问于 2013-04-25 14:01:52
回答 1查看 1.9K关注 0票数 1

我没有~/.rvm文件,即使我使用以下命令升级了我的RVM版本:

代码语言:javascript
复制
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)

此命令会生成以下内容。如何确保创建了.rvm文件夹?

代码语言:javascript
复制
Upgrading the RVM installation in /opt/t/rvm/
chown: rvm: illegal group name
chown: rvm: illegal group name
    RVM PATH line found in /Users/ros/.bashrc /Users/roseperrone/.zshrc.
    RVM sourcing line found in /Users/ros/.bash_profile /Users/roseperrone/.zprofile.

Upgrade Notes:

  * No new notes to display.

# RVM:  Shell scripts enabling management of multiple ruby environments.
# RTFM: https://rvm.io/
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
# Cheatsheet: http://cheat.errtheblog.com/s/rvm
# Screencast: http://screencasts.org/episodes/how-to-use-rvm

# In case of any issues run 'rvm requirements' or read 'rvm notes'

Upgrade of RVM in /opt/t/rvm/ is complete.
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-04-25 14:44:50

您没有~/.rvm,因为您在/opt/t/rvm/上安装了rvm。

你可以接受这一点,用/opt/t/rvm/代替~/.rvm。或者完全删除rvm并重新安装(然后默认使用~/.rvm)。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/16207458

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档