-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
First, thanks for great project 👍
The main thing stopping me from using it is its' support for pip install.
Currently, pipenv is parsing arguments for install and then recreating the pip argument string from them (pip_install).
This allows it to support its own options, but means pip compatibility is limited - e.g. installing in editable mode (-e) or installing from VCS.
It would be possible to support all pip install options by simply forwarding unknown options on pipenv install to pip install (http://click.pocoo.org/5/advanced/#forwarding-unknown-options). This would also mean no development required to support future pip changes.
Is that feasible?
Metadata
Metadata
Assignees
Labels
No labels