cknd / stackprinter

Debugging-friendly exceptions for Python
MIT License
1.28k stars 37 forks source link

Top tip: site-packages directory for anaconda #3

Closed tsoernes closed 5 years ago

tsoernes commented 5 years ago

Is /home/<USER>/anaconda3/lib/python<VERSION>/site-packages/sitecustomize.py for linux, which is not revealed by the python -c "import site; print(site.PREFIXES)" command.