Skip to content

Instantly share code, notes, and snippets.

@jortel
Created March 22, 2018 19:00
Show Gist options
  • Select an option

  • Save jortel/e8c9351c2bbd41a5beeb0420784c015c to your computer and use it in GitHub Desktop.

Select an option

Save jortel/e8c9351c2bbd41a5beeb0420784c015c to your computer and use it in GitHub Desktop.
Python 3.6.2 (default, Sep 1 2017, 12:03:48)
[GCC 7.1.1 20170802 (Red Hat 7.1.1-7)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print(sys.path)
['', '/usr/lib64/python36.zip', '/usr/lib64/python3.6', '/usr/lib64/python3.6/lib-dynload', '/usr/lib64/python3.6/site-packages', '/usr/lib/python3.6/site-packages']
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment