ruby – -bash:/Users/myname/.bash_profile:权限被拒绝

前端之家收集整理的这篇文章主要介绍了ruby – -bash:/Users/myname/.bash_profile:权限被拒绝前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我安装了rvm( ruby版本管理器)并且它很成功,但我得到了

WARNING: You have ‘~/.profile’ file,you might want to load it,to do
that add the following line to ‘/Users/myname/.bash_profile’: source
~/.profile

我是开发,终端和所有爵士乐的新手!但迟到总比没有好?!

我进入了终端:

'/Users/myname/.bash_profile'

并回到以下行

-bash: /Users/myname/.bash_profile: Permission denied
myname-MacBook-Pro:~ myname$

这就是我被困的地方!我需要为Drupal(欧米茄发展)VRM,并希望确保一切工作正常.谢谢你的帮助.

解决方法

在终端中运行以下命令输入.bash_profile文件

vim~ / .bash_profile

如果仍然获得权限被拒绝,请在vim命令之前运行sudo

sudo vim~ / .bash_profile

从那里,将文本源〜/ .profile添加到.bash_profile,然后点击:键盘上的wq来保存并关闭文件.打开新的终端窗口应该删除错误.

原文链接:https://www.f2er.com/ruby/267302.html

猜你在找的Ruby相关文章