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 setup, i.e. Googling the Sublime Text website, and Stack Overflow. Inevitably it's something minor I'm missing, but it's causing me major heartburn.
What I've done so far:
- Downloaded Sublime Text 3, sitting in my /Applications directory
- Followed the guide Launch Sublime Text 2 from Mac Terminal
The problems starts here. I know that the symlink presented in this link is using ST2, but I want to use "sublime
" instead of the "subl
"(personal preference). I searched around and found what I need to paste into Terminal for ST3:
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/usr/local/bin/sublime
Already had a ~/.bash_profile:
export PATH=/usr/local/bin:$PATH
. However, when Iecho $PATH
I get:/usr/local/bin:/usr/local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin
Does this look correct?
- Now when I type
sublime
into the terminal I getcommand not found
What am I missing. This is driving me crazy as I fell that I have followed all the steps, but ST3 is still not working for me