>"Any line in a .pth file that starts with import will be executed automatically whenever Python starts. This means a feature designed for convenience can also be abused as a persistence mechanism, since arbitrary code can be injected into the startup process."
> You can check which directories your interpreter uses with:
> `python3 -c "import sys; print(sys.path)'`