Skip to content

Instantly share code, notes, and snippets.

@Ketouem
Created January 18, 2016 10:13
Show Gist options
  • Save Ketouem/9fa3ce3ee16de07ea6e1 to your computer and use it in GitHub Desktop.
Save Ketouem/9fa3ce3ee16de07ea6e1 to your computer and use it in GitHub Desktop.
SublimeText x Python configuration files
"settings":
{
"python_interpreter": "<path to python interpreter>",
"test_command": "<path to python interpreter> -m nose --nocapture"
}
{
"python_virtualenv_paths": [
"<path to the folder that contains the virtualenvs>",
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment