osx mavericks - Sublime 3: Subl not working -
before today had sublime 2 , 3 on computer. when ran subl command in terminal open sublime 2, never utilize anymore. hence got rid of sublime 2. subl command not work @ all. subl command not found.
i understand have set subl binary file bin folder. wondering might best way go doing that. insight on particular instance help.
thanks in advance,
according their website:
ln -s "/applications/sublime text.app/contents/sharedsupport/bin/subl" ~/bin/subl (the command identical the 1 version 2.)
if have fresh install of os x, fail you. first, create ~/bin directory under home , add together path. vary shell, if utilize bash..
mkdir ~/bin echo "export path=$path:~/bin" >> ~/.bash_profile source ~/.bash_profile then should able run ln command , subl hearts content.
as side note, simplified version of can accomplished open command app. seek open -a textedit hello.txt similar effect. i've aliased hex editor didn't offer cli launcher subl.
osx-mavericks sublimetext sublimetext3
No comments:
Post a Comment