Mac Terminal error: -bash: /Users/xxx/.profile: No such file or directory

985 阅读1分钟

打开Mac终端控制台会出现:-bash: /Users/xxx/.profile: No such file or directory 的问题如下图:

image.png

出现该问题的原因是环境出现问题,使用终端命令编辑.bash_profile文件

vim ~/.bash_profile

image.png

把第一行source ~/.profile 注释掉或者删除即可

# 保存
:wq 

保存退出,重新打开终端问题解决!!