Subl command not working - command not found

前端 未结 13 604
别那么骄傲
别那么骄傲 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:56

    This solved my Sublime terminal (subl) command issue after battling for a while on Yosemite:

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

    Here is the source.

提交回复
热议问题