Created
December 27, 2021 18:47
-
-
Save leogregianin/f8a1b8c4397a84907c038ccf5a2fb3db to your computer and use it in GitHub Desktop.
Medium article examples
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 -c "import sys; print(sys.path)" | |
| [ | |
| '', | |
| '/usr/local/lib/python3.7', | |
| '~/.local/lib/python3.7/site-packages', | |
| '/usr/local/lib/python3.7/site-packages' | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment