pip freeze does not correctly display editable packages when they are installed from a non-version controlled location #4286
Labels
auto-locked
Outdated issues that have been locked by automation
C: editable
Editable installations
C: freeze
'pip freeze' related
resolution: duplicate
Duplicate of an existing issue/PR
Uh oh!
There was an error while loading. Please reload this page.
Description:
When doing a
pip freeze
in a virtualenv that has a package installed using-e
from a folder that is not under version control, that package is reported as a normal non-editable package.What I've run:
The text was updated successfully, but these errors were encountered: