I'm trying to get the subl comand for sublime text 3 to work on the terminal command line but after trying out a few things I can't get it working.
$ sudo ln -s "/Applications/Sublime Text 3.app/Contents/SharedSupport/bin/subl" /usr/local/bin/.
$ subl
-bash: subl: command not found
$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
I susspect it has something to do with my $path
, should I set something up in my .bash_profile
?