Skip to content

Instantly share code, notes, and snippets.

@ManuelZ
Created August 4, 2010 05:19
Show Gist options
  • Save ManuelZ/507686 to your computer and use it in GitHub Desktop.
Save ManuelZ/507686 to your computer and use it in GitHub Desktop.
>>> import sys
>>> sys.path
['', '/usr/local/lib/python2.3', '/usr/local/lib/python2.3/plat-linux2',
'/usr/local/lib/python2.3/lib-tk', '/usr/local/lib/python2.3/lib-dynload',
'/usr/local/lib/python2.3/site-packages']
import sys
sys.path.append('/www/python/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment