我可以做这个:
sudo nano .bash_profile
但是当我这样做时:
sudo echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
我收到此错误消息:
-bash: /Users/mycomputer/.bash_profile: Permission denied
当我执行 ls -al 时:
-rw-r--r-- 1 root staff 27 10 Aug 12:22 .bash_profile