[issue40734] /usr/bin surprisingly in sys.path under IDLE

Matthias Klose report at bugs.python.org
Mon May 25 05:13:04 EDT 2020


Matthias Klose <doko at debian.org> added the comment:

I can't reproduce that:

$ python3.7 -c 'import sys; print (sys.path)'
['', '/usr/lib/python37.zip', '/usr/lib/python3.7', '/usr/lib/python3.7/lib-dynload', '/usr/local/lib/python3.7/dist-packages', '/usr/lib/python3/dist-packages']

----------
resolution:  -> works for me

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40734>
_______________________________________


More information about the Python-bugs-list mailing list