Skip to content

Instantly share code, notes, and snippets.

@leogregianin
Created December 27, 2021 18:47
Show Gist options
  • Select an option

  • Save leogregianin/f8a1b8c4397a84907c038ccf5a2fb3db to your computer and use it in GitHub Desktop.

Select an option

Save leogregianin/f8a1b8c4397a84907c038ccf5a2fb3db to your computer and use it in GitHub Desktop.
Medium article examples
$ 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