Closed reynoldsnlp closed 5 years ago
Hmm, this one is actually a bit more complicated than I originally thought.
Pipfile
entries (if any) are relevant is going to require that the warning code be at least somewhat aware of the meaning of the pip
CLI arguments, where Pipfile
entries would be found relative to those locations, and where installations would end up based on the currently active virtual environment (if any)Given the flexibility that virtual environments offer in separating the current working directory from the virtual environment site-packages and the location of Pipfile
, it may be better to defer this feature for now.
From @ncoghlan here