Subl command not working - command not found

前端 未结 13 517
别那么骄傲
别那么骄傲 2021-01-30 05:11

I\'m having difficulty getting this set up. I fixed my .bash_profile, and created the symlink using the following command from the Sublime website:

         


        
13条回答
  •  长情又很酷
    2021-01-30 05:59

    If you are using Sublime Text 2 try this:

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

    or, if your path is in /usr/bin/ instead /usr/local/bin:

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

提交回复
热议问题