[issue39490] Python Uninstaller fails to clean up the old path variables when uninstalling

2021-10-20 Thread Steve Dower
Steve Dower added the comment: It seems like it is, however, it sounds like the OP didn't restart PowerShell after the uninstall or reinstall, which is necessary (though not mentioned, but given it would usually be missed including text to that effect wouldn't have any impact anyway).

[issue39490] Python Uninstaller fails to clean up the old path variables when uninstalling

2021-10-19 Thread Irit Katriel
Irit Katriel added the comment: Actually I don't know if this is a windows issue, the report doesn't say. -- nosy: +iritkatriel ___ Python tracker ___

[issue39490] Python Uninstaller fails to clean up the old path variables when uninstalling

2021-10-19 Thread Irit Katriel
Change by Irit Katriel : -- components: +Windows -Installation nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___

[issue39490] Python Uninstaller fails to clean up the old path variables when uninstalling

2020-01-29 Thread CJ Long
New submission from CJ Long : I had Python 3.7 installed on my machine. However, I started having issues with it, so I uninstalled Python. However, when I reinstalled and attempted to run pip from Powershell, the old path was still in my variable, and therefore, could not run pip. Python