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:36:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638484566.06.0.085894454168.issue45969@roundup.psfhosted.org>
In-reply-to
Content
This issue is related to:
  https://bugs.python.org/issue3561
and:
  https://bugs.python.org/issue45968

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 when uninstalling Pyhton only the former folder is removed from the PATH environment variable, and not the latter one.

Moreover if also the following folder will be added to the PATH environment variable in future (see issue #45968):
  %USERPROFILE%\AppData\Roaming\Python\Python3x\Scripts\
then the same would apply to it.
History
Date User Action Args
2021-12-02 22:36:06lucatrvsetrecipients: + lucatrv, paul.moore, tim.golden, zach.ware, steve.dower
2021-12-02 22:36:06lucatrvsetmessageid: <1638484566.06.0.085894454168.issue45969@roundup.psfhosted.org>
2021-12-02 22:36:06lucatrvlinkissue45969 messages
2021-12-02 22:36:05lucatrvcreate