Eryk Sun <eryk...@gmail.com> added the comment:

> There are a few ways to get multiple Python installs that 
> could lead to launching the wrong one through PATH. 
> --user is one of the least likely.

As far as I was aware, a --user installation prior to Python 3.10 would be the 
common way to have the wrong version of a pip-installed extension module in 
sys.path. (This is fixed in 3.10.) Another way is if PYTHONPATH mistakenly 
includes another installation's site-packages.

----------
status: pending -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44147>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to