Skip to content

Instantly share code, notes, and snippets.

@matthewphiong
Created November 13, 2011 07:02
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewphiong/1361735 to your computer and use it in GitHub Desktop.
Save matthewphiong/1361735 to your computer and use it in GitHub Desktop.
Sublime CodeIntel config file
{
"Python": {
"python": '~/.virtualenvs/your_env/bin/python',
"pythonExtraPaths": ['~/.virtualenvs/your_env/lib/python2.6/site-packages',
]
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment