Skip to content

Feature Request : Allowing users to specify develop-options #3602

@asmodehn

Description

@asmodehn

Referring to #562

Currently --install-option is passed to both setup.py install and setup.py develop calls.
But their interface (options available from setuptools) are different.

This would make more sense to me :

  • pip has an option to pass --install-option when setup.py install is called, but not setup.py develop.
  • pip also has an option to pass --develop-option that does the same as --install-option but for the cases where setup.py develop is called.

This way the user can pass different options in the same pip call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-lockedOutdated issues that have been locked by automation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions