Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save quietcricket/8254054 to your computer and use it in GitHub Desktop.
Save quietcricket/8254054 to your computer and use it in GitHub Desktop.
Build command for Sublime Text for virtualenv
{
"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