This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2011年09月08日 17:49 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg143734 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2011年09月08日 17:49 | |
Distutils2/packaging does not support all the flags provided in distutils (e.g., --user, --prefix, etc.). It would be good to provide the same level of install control (or at least support the --user flag). |
|||
| msg156735 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年03月25日 06:57 | |
To be clear, the distutils2 install command (currently spelled install_dist but see #13160) does have all these options, it’s the install action that needs to expose them too. |
|||
| msg161290 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年05月21日 19:23 | |
The command line parsers need a thorough cleanup before this can be implemented. Ideally with a new, clean system the install action would just pass all its options to the install command and let it do option validation. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:21 | admin | set | github: 57146 |
| 2014年03月13日 00:58:06 | eric.araujo | set | status: open -> closed resolution: out of date stage: resolved |
| 2013年02月01日 22:33:35 | brett.cannon | set | nosy:
- brett.cannon |
| 2012年05月21日 19:23:11 | eric.araujo | set | dependencies:
+ Rewrite the command line parsers and actions system used in distutils2 messages: + msg161290 stage: needs patch -> (no value) versions: + 3rd party |
| 2012年03月25日 06:57:37 | eric.araujo | set | assignee: tarek -> eric.araujo title: Support install options as found in distutils -> distutils2: install action should support same options as install command messages: + msg156735 stage: needs patch |
| 2011年09月08日 19:57:24 | Arfrever | set | nosy:
+ Arfrever |
| 2011年09月08日 17:49:46 | brett.cannon | create | |