Created
April 24, 2013 19:38
-
-
Save douglas/5454920 to your computer and use it in GitHub Desktop.
SublimeJedi python example project file
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
Show hidden characters
{ | |
"folders": | |
[ | |
{ | |
"follow_symlinks": true, | |
"path": "/Users/douglas/Work/code/uniceub/final/sgpa_project" | |
} | |
], | |
"settings": { | |
"python_interpreter_path": "/Users/douglas/Work/ambientes/sgpa/bin/python", | |
"python_package_paths": [ | |
"/usr/local/lib/python2.7/site-packages", | |
"/Users/douglas/Work/ambientes/sgpa/lib/python2.7/site-packages" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment