Skip to content

Instantly share code, notes, and snippets.

@michaelklishin
Created September 17, 2012 17:47
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 michaelklishin/521958c163fa9626dfed to your computer and use it in GitHub Desktop.
Save michaelklishin/521958c163fa9626dfed to your computer and use it in GitHub Desktop.
travis@precise32:~$ python3.3
Python 3.3.0rc2 (default, Sep 17 2012, 14:25:55)
[GCC 4.6.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path
['', '/usr/lib/python3.3', '/usr/lib/python3.3/plat-i386-linux-gnu', '/usr/lib/python3.3/lib-dynload', '/usr/local/lib/python3.3/dist-packages', '/usr/lib/python3/dist-packages']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment