Skip to content

bladeoflight16/pip-freeze-uninstall-inconsistency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For reproducing an issue with pip

Make sure python.exe and pip.exe are on PATH, checkout the repository to C:\temp, and run the following commands:

C:\temp>pip freeze

C:\temp>python .\setup.py bdist_wheel

C:\temp>SET PYTHONPATH=%CD%

C:\temp>pip freeze
mypack==1.0

C:\temp>pip uninstall mypack
Can't uninstall 'mypack'. No files were found to uninstall.

This assumes a clean install of Python. If you have packages installed globally, you will see them in both freeze commands.

About

For reproducing an issue with pip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages