Cooperative package management for Python
Cooperative package management for Python
Posted Sep 1, 2021 14:27 UTC (Wed) by xecycle (subscriber, #140261)In reply to: Cooperative package management for Python by NYKevin
Parent article: Cooperative package management for Python
Not really related to your main point, but python defaults to include $PWD in its sys.path when you say -m without -I, and $PWD can shadow standard libraries (except sys). So if you consider $PWD as untrusted, or if you have some surprisingly-named .py files on $PWD, then that command won’t work, regardless of distro.
