Skip to content

Instantly share code, notes, and snippets.

@gyaresu
Created October 6, 2016 16:45
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 gyaresu/ea33a806c4dc4aa3a118637d98cc487e to your computer and use it in GitHub Desktop.
Save gyaresu/ea33a806c4dc4aa3a118637d98cc487e to your computer and use it in GitHub Desktop.
In [2]: print(sys.path)
['', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin', '/Users/gyaresu/Library/Python/2.7/lib/python/site-packages/render-0.0.4-py2.7.egg', '/opt/local/lib/python2.7/site-packages', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/readline', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload', '/Users/gyaresu/Library/Python/2.7/lib/python/site-packages', '/usr/local/lib/python2.7/site-packages', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/extensions', '/Users/gyaresu/.ipython']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment