我一直无法修改我的路径来添加崇高文本2。我已经添加了一个 ~/bin
目录和 运行这个命令:
ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl
Subl 链接出现在 ~/bin
中。但是我需要将 ~/bin
目录添加到我的路径中。我在这方面还是新手,我不知道我的路在哪里。我查看了一下,发现可能的文件是 .profile
、 .bash_profile
或 .bashrc
我没有 .bash_profile
,我加了 .profile
和 .bashrc
PATH=$PATH:~/bin/subl
export PATH
这样添加对吗? 如果是的话,我应该在哪里添加它?
当我 echo $PATH
,我得到:
/Users/<username>/.rvm/gems/ruby-1.9.3-p194@rails3tutorial2ndEd/bin:/Users/<username>/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/<username>/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/<username>/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
当我输入 subl
时,我得到:
-bash: subl: command not found
谢谢!
P.s. 我之前安装了 Macports,它修改了我的 .profile
文件。不知道这是否与它有任何关系-我现在不知道什么是默认的 .profile
看起来像。