我是命令行的初学者,但我在尝试安装Ruby for OS X 10.9时遇到了麻烦。 I follow the instruction from this site但当我到达那个说:
的部分时# Add rbenv to bash so that it loads every time you open a terminal
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
source ~/.bash_profile
我收到此消息:
.bash_profile:权限被拒绝
我的问题是我做错了什么以及如何让它正常运作。 附:我确实让Rails工作,我确实安装了自制软件。