Skip to content
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 uninstall does not remove *-nspkg.pth for packages installed in editable mode #4213

Closed
sbidoul opened this issue Jan 3, 2017 · 1 comment
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@sbidoul
Copy link
Member

sbidoul commented Jan 3, 2017

  • Pip version: 9.0.1
  • Setuptools version: >= 31.0.0
  • Python version: 2.7
  • Operating System: Any (tested on Linux)

Description:

pip uninstall does not remove *-nspkg.pth for packages installed in editable mode.

What I've run:

I have a package a1 which declares a namespace package.

pip install -e a1/ creates a1-nspkg.pth in site-packages as well as a1.egg-link.

pip uninstall a1 removes a1.egg-link but leaves a1-nspkg.pth behind.

See also

@dstufft
Copy link
Member

dstufft commented Mar 30, 2017

Duplicate of #4176.

@dstufft dstufft closed this as completed Mar 30, 2017
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 3, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

2 participants