[issue31634] Consider installing wheel in ensurepip by default

Segev Finer report at bugs.python.org
Fri Sep 29 05:23:30 EDT 2017


New submission from Segev Finer <segev208 at gmail.com>:

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.

----------
components: Library (Lib)
messages: 303317
nosy: Segev Finer
priority: normal
severity: normal
status: open
title: Consider installing wheel in ensurepip by default
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31634>
_______________________________________


More information about the Python-bugs-list mailing list