|
|
Subscribe / Log in / New account

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.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds