Published
- 1 min read
uninstall python using powershell
The solution for this is noted below
uninstall python using powershell
Solution
Get-Package "*python*" | Uninstall-Package
Try other methods by searching on the site. That is if this doesn’t work