This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.moore
Recipients bluebird, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-12-11.12:47:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576068465.41.0.305153488003.issue39025@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-12-11 12:47:45paul.mooresetrecipients: + paul.moore, tim.golden, bluebird, zach.ware, steve.dower
2019-12-11 12:47:45paul.mooresetmessageid: <1576068465.41.0.305153488003.issue39025@roundup.psfhosted.org>
2019-12-11 12:47:45paul.moorelinkissue39025 messages
2019-12-11 12:47:45paul.moorecreate