Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
asmodehn opened this issue Apr 5, 2016 · 1 comment
Closed

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

asmodehn opened this issue Apr 5, 2016 · 1 comment
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@asmodehn
Copy link

asmodehn commented Apr 5, 2016

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.

@dstufft
Copy link
Member

dstufft commented Mar 24, 2017

Closing this, while it is true we don't have support for it, in the future we're going to add customizable build systems and that work will invalidate this work and supersede it.

@dstufft dstufft closed this as completed Mar 24, 2017
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 3, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

2 participants