-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip-autoremove not working in windows #32
Comments
Yeah, appears to be useless on windows |
same on ubuntu |
How are you installing? |
use an underscore between pip and autoremove (pip_autoremove not pip-autoremove) |
#44 may also address this. |
I tried to use
pip-autoremove
in order to delete jupyter but it shows :'pip-autoremove' is not recognized as an internal or external command, operable program or batch file.
I then tried using
python -m pip-autoremove jupyter -y
and it shows:C:\Users\Ashish\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe: No module named pip-autoremove
The text was updated successfully, but these errors were encountered: