Mac Terminal error: -bash: /Users/xxx/.profile: No such file or directory 锐变前端小分队 2021-03-22 985 阅读1分钟 打开Mac终端控制台会出现:-bash: /Users/xxx/.profile: No such file or directory 的问题如下图: 出现该问题的原因是环境出现问题,使用终端命令编辑.bash_profile文件 vim ~/.bash_profile 把第一行source ~/.profile 注释掉或者删除即可 # 保存 :wq 保存退出,重新打开终端问题解决!!