We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python setup.py develop
Expected behavior: package is removed
Actual behavior: only develop egg-link gets removed, original install from 1. remains.
$ pip uninstall pytest-cov Uninstalling pytest-cov: c:\python27\lib\site-packages\pytest-cov.egg-link Proceed (y/n)? y Successfully uninstalled pytest-cov $ pip uninstall pytest-cov Uninstalling pytest-cov: c:\python27\lib\site-packages\pytest_cov-1.6-py2.7.egg-info c:\python27\lib\site-packages\pytest_cov.py c:\python27\lib\site-packages\pytest_cov.pyc Proceed (y/n)? y Successfully uninstalled pytest-cov
The text was updated successfully, but these errors were encountered:
Somehow related is issue #1552 although it's for pip install -e not setup.py develop directly.
pip install -e
setup.py develop
Sorry, something went wrong.
This has been fixed and is no longer the case.
No branches or pull requests
Steps to reproduce
python setup.py develop
Expected behavior: package is removed
Actual behavior: only develop egg-link gets removed, original install from 1. remains.
Example output
The text was updated successfully, but these errors were encountered: