Sublime Text 3 and Terminal prompt for OS X Mavericks?

前端 未结 7 1076
半阙折子戏
半阙折子戏 2020-12-22 23:18

I\'m trying to set-up Sublime Text 3 on OS X Mavericks and getting levels of frustration.

I\'ve followed all of the usual suspects in regards to installation and se

7条回答
  •  余生分开走
    2020-12-22 23:33

    After a few days of struggling with the issue, this worked for me.

    Make sure you have ~/usr/bin set in $PATH

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

    If you get a permission denied error:

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

    Type in your password.

提交回复
热议问题