Command Line – How to Launch Sublime Text from Command Line

command linesublime-text

After following this tutorial, I cannot launch Sublime Text from command line. How can I fix this?

Best Answer

After following this tutorial and facing the reported problem, I googled it and realised that I had forgot to create a symbolic link.

sudo ln -s /opt/sublime/sublime_text /usr/bin/subl

Now the problem is solved :)

Related Question