Removing reference to local installed package
Abdur-Rahmaan Janhangeer
arj.python at gmail.com
Tue Jan 7 14:53:04 EST 2020
Greetings everybody,
I installed a local package using
python -m pip install <path-to-package-folder>
Now if you install the same package from pypi, it says requirements already
satisfied pointing to the location of the local package folder instead of
site -package
pip uninstall does not work as the package is not in site-package in the
first
place
importing the package does not work as the package is not in site-package
it won't install and won't delete
Q: How do i remove the reference of a local package?
Thanks
Yours,
Abdur-Rahmaan Janhangeer
pythonmembers.club <http://www.pythonmembers.club/> | github
<https://github.com/Abdur-rahmaanJ>
Mauritius
More information about the Python-list
mailing list