mirror of
https://github.com/kennethreitz-archive/howtopython.org.git
synced 2026-06-05 15:10:20 +00:00
+1
-1
@@ -60,7 +60,7 @@ Sublime Text 3 Tricks
|
||||
|
||||
Once installed, the command–line ``subl`` launcher will allow you to easily open up projects from your terminal (e.g. ``$ subl .``). In addition, it also will inform plugins like Anaconda of which Python interpreter to use, based on the currently activated virtual environment.
|
||||
|
||||
To enable this shortcut, if you're on a Mac, do the following:
|
||||
To enable this shortcut, if you're on a Mac, do the following::
|
||||
|
||||
$ ln -s "/Applications/Sublime Text 3.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user