Created
March 22, 2018 19:00
-
-
Save jortel/e8c9351c2bbd41a5beeb0420784c015c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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