Sublime Forum

Cannot get subl command working for ST3 on OSX

#1

I am trying to get the Subl command working on my Mac OSX Mavericks. I have ST3 in my root applications folder.

When I run the line below, I also run it with sudo and get the same message.

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

in terminal I get the following message. ln: /Users/username/bin/subl: No such file or directory

If I try the line to see if its working

subl --help

I get the error

-bash: subl: command not found

I am trying to get this to work so I can use it with Git and open file with sublime from there help.github.com/articles/associ … our-editor

Can anyone advise how to fix this problem,
Thanks

0 Likes

#2

Looks like you have no ~/bin folder, that will need to be created first.

0 Likes