Closed sr320 closed 8 years ago
With some help from a Stack Overflow posting, I found out that I didn't actually have a ~/bin
directory in my path when I tried to create the Sublime symlink. Once I did that (mkdir ~/bin
) I could run the same code as before successfully! Now I can open files in my desired text editor from Terminal.
via quiz
ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl
I am curious about several aspects of this (lets go over in class)...
But my first guess regarding a reason for the error is ....
Spaces in path