美文网首页
/.bash_profile: Permission denie

/.bash_profile: Permission denie

作者: May_Dobin | 来源:发表于2018-12-19 10:54 被阅读97次

打开Mac终端出现

/.bash_profile: Permission denied

解决方法:
网上解决方法是:“找到 .bash_profile同一目录下的.profile文件,打开文件并注释/Users/xxx/.bash_profile,保存即可”

查看.profile 后并没有找到/Users/xxx/.bash_profile这个命令,

后来vim ~/.bash_profile 发现里面代码有问题,删除、保存后,source ~/.bash_profile ,运行成功。

相关文章

网友评论

      本文标题:/.bash_profile: Permission denie

      本文链接:https://www.haomeiwen.com/subject/tpudkqtx.html