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
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.