【发布时间】:2014-09-16 13:32:05
【问题描述】:
我无法从终端打开 Sublime Text 2,即使我有一个 bin 文件夹并且它说该文件存在。我不断收到 bash: subl: command not found...
~ » ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl
ln: /Users/kimbalin/bin/subl: File exists
~ »
~ » ls
Applications Movies Sites
Desktop Music bin
Documents Pictures code
Downloads Public
Dropbox
~ » subl
-bash: subl: command not found
~ » subl --help
-bash: subl: command not found
~ » cd bin
~/bin » ls
subl
~/bin »
【问题讨论】:
标签: macos terminal osx-mavericks sublimetext