[issue39025] Windows Python Launcher does not update PATH to Scripts directory

Paul Moore report at bugs.python.org
Wed Dec 11 07:47:45 EST 2019


Paul Moore <p.f.moore at gmail.com> added the comment:

Most items in the Scripts directory can be run using the `-m` flag to Python, so you can use something like `py -m pip` to run pip without needing the Scripts directory in PATH.

If an individual project like PyQt doesn't support -m, it's relatively easy for them to add, so it might be worth suggesting to them.

----------

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


More information about the Python-bugs-list mailing list