Message303317
wheel is quite prevalent nowadays. ensurepip even uses wheels of pip & setuptools itself. Installing wheel by default will bestow the following benefits:
1. pip's wheel cache will be enabled by default.
2. Users will be able to run setup.py bdist_wheel. Put simply, they will be able to build wheels.
3. Users will have access to the wheel command by default.
All those benefits will also apply in any created venv (Via the standard venv package). The external virtualenv package already does this https://github.com/pypa/virtualenv/tree/master/virtualenv_support. I often find myself installing wheel manually in any venv I create.
It shouldn't be too difficult to do, but it probably needs some agreement before being done. |
|
Date |
User |
Action |
Args |
2017-09-29 09:23:30 | Segev Finer | set | recipients:
+ Segev Finer |
2017-09-29 09:23:30 | Segev Finer | set | messageid: <1506677010.8.0.213398074469.issue31634@psf.upfronthosting.co.za> |
2017-09-29 09:23:30 | Segev Finer | link | issue31634 messages |
2017-09-29 09:23:30 | Segev Finer | create | |
|