Sublime Text subl shortcut not working: ln: /Users/edmundmai/bin/subl: No such file or directory

后端 未结 3 682
后悔当初
后悔当初 2021-02-01 09:40

Hi I am trying to set up the terminal shortcut for sublime text 2(subl) but it\'s not working. I\'m following the directions on https://github.com/mhartl/rails_tuto

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-01 10:06

    This probably means that there is no ~/bin directory. Which also probably means that it isn't in the PATH. So just continue on to the next suggestion:

    sudo ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /usr/bin/subl
    

提交回复
热议问题