When installing Python packages from development repositories, I usually navigate to wherever setup.py
is found and do
pip install .
This installs the package in $HOME/.local/
. Nice.
How can I uninstall a package installed this way?
Simply run pip uninstall package-name
That's all you need.
For more follow this link : https://pip.pypa.io/en/stable/reference/pip_uninstall/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With