Skip to content

Fully support pip options on install #287

@JamesRamm

Description

@JamesRamm

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions