Skip to content

Instantly share code, notes, and snippets.

@patelkunal
Created October 15, 2014 18:17
Show Gist options
  • Save patelkunal/7b1c46987dcdec3a2568 to your computer and use it in GitHub Desktop.
Save patelkunal/7b1c46987dcdec3a2568 to your computer and use it in GitHub Desktop.
sublime configs in .codeintel/config for virtualenv
{
"Python": {
"python": "./../bin/python",
"pythonExtraPaths": [
'./../lib/python2.7/site-packages',
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment