I am trying to configure Sublime Text 3 on OS X Mavericks and get levels of frustration.
I followed all the usual suspects regarding installation and configuration, i.e. Google on Sublime Text and Stack Overflow. Inevitably, this is something secondary that I miss, but it causes me the main heartburn.
What i have done so far:
The problems begin here. I know that the symbolic link provided in this link uses ST2, but I want to use " sublime " instead of " subl " (personal preference). I searched and found what I need to insert into the terminal for ST3:
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/usr/local/bin/sublime
There was already a file ~ / .bash_profile: export PATH=/usr/local/bin:$PATH . However, when I echo $PATH , I get:
/usr/local/bin:/usr/local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin
Does this look right?
- Now when I enter
sublime in the terminal, I get command not found
What am I missing. It drives me crazy when I fell that I followed all the steps, but ST3 still doesn't work for me.
command-line terminal sublimetext3 macos
Zoop Oct 23 '13 at 13:53 on 2013-10-23 13:53
source share