pip uninstall does not remove symlinks created by flit install --symlink #6892
Labels
auto-locked
Outdated issues that have been locked by automation
C: uninstall
The logic for uninstallation of packages
type: bug
A confirmed bug or unintended behavior
Environment
Description
pip uninstall
does not remove symlinks created in a virtualenv byflit install --symlink
,because it thinks they are outside the virtualenv prefix.
Expected behavior
Such symlinks should be removed by pip uninstall
How to Reproduce
Analysis
I could find work on this issue before in #2552 by @takluyver and #3154 by @qwcode. I did not find what commit caused the problem to surface again.
The text was updated successfully, but these errors were encountered: