只需要给自己的用户 编辑权限就行,命令如下:
1、/usr/bin/sudo /bin/chmod u+rwx /Users/username/.bash_profile
2、/usr/bin/sudo /usr/sbin/chown username /Users/username/.bash_profile
ps:username就是你自己的用户名,比如我叫zhangsan,直接把命令中的username改为zhangsan即可
3、vim ~/.bash_profile即可进行编辑
网友评论