Skip to content

Instantly share code, notes, and snippets.

@onurdegerli
Last active January 3, 2016 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onurdegerli/8432802 to your computer and use it in GitHub Desktop.
Save onurdegerli/8432802 to your computer and use it in GitHub Desktop.
# get the python sys.path list
>>> import sys
>>> for path in sys.path: print path
...
# add python sys.path
>>> sys.path.append('/explicit/path/to/myproject')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment