Sublime Forum

How to setup the Command Line on MacOS Lion?

#1

Hey all,

I started to try this apparently amazing text editor but I’m having problems to set up the command line. I read the instructions on this page (sublimetext.com/docs/2/osx_command_line.html) but the problem is, I don’t know how to add the ~/bin directory in my path.

I’m using MacOS Lion. Could you guys please help me?

Thanks a lot!

0 Likes

#2

I found a solution:

ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /usr/bin/subl

It should be fixed in the documentation. There is no need to create an ~/bin folder.

0 Likes