On Sat, Jan 13, 2018 at 09:00:07PM +0100, Christian Heimes wrote:

> You'd be surprised how many tools and programs are using Python these
> days. You can easily break important user programs by installing a
> package with --user.

Or by writing a Python script and innocently giving it the same name as 
a system module.

On the tutor@ and python-list@ mailing lists, it is very frequent for 
users to accidently break Python by accidently shadowing an installed 
module, e.g. installing xlrd and then calling their own script 
"xlrd.py". But I've never come across somebody breaking anything by 
installing a package with --user.

I presume it must happen, but I would be surprised if it happens often 
enough to justify removing what is otherwise a useful piece of 
functionality.



-- 
Steve
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to