Last active
June 2, 2017 09:30
-
-
Save quietcricket/8254054 to your computer and use it in GitHub Desktop.
Build command for Sublime Text for virtualenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cmd": ["/absolute-file-path-to-your-env/bin/python", "$file"], | |
"selector": "source.python", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment