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 lucatrv
Recipients lucatrv, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-12-02.22:23:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638483787.98.0.55945714586.issue45968@roundup.psfhosted.org>
In-reply-to
Content
This issue is related to https://bugs.python.org/issue3561

When installing Python under Windows, if the "Add Python 3.x to PATH" option is flagged, the following two folders are added to the PATH environment variable:
%USERPROFILE%\AppData\Local\Programs\Python\Python3x\
%USERPROFILE%\AppData\Local\Programs\Python\Python3x\Scripts\

However also the following folder should be added, which is where scripts reside when packages are installed with "pip install --user":
%USERPROFILE%\AppData\Roaming\Python\Python3x\Scripts\
History
Date User Action Args
2021-12-02 22:23:08lucatrvsetrecipients: + lucatrv, paul.moore, tim.golden, zach.ware, steve.dower
2021-12-02 22:23:07lucatrvsetmessageid: <1638483787.98.0.55945714586.issue45968@roundup.psfhosted.org>
2021-12-02 22:23:07lucatrvlinkissue45968 messages
2021-12-02 22:23:07lucatrvcreate