Re: the name ``wheel''

Liste des GroupesRevenir à cl python 
Sujet : Re: the name ``wheel''
De : python (at) *nospam* mrabarnett.plus.com (MRAB)
Groupes : comp.lang.python
Date : 21. Mar 2024, 20:14:53
Autres entêtes
Message-ID : <mailman.2.1711045082.3468.python-list@python.org>
References : 1 2
User-Agent : Mozilla Thunderbird
On 2024-03-21 11:36, Johanne Fairchild via Python-list wrote:
Why is a whl-package called a ``wheel''?  Is it just a pronunciation for
the extension WHL or is it really a name?
 Also, it seems that when I install Python on Windows, it doesn't come
with pip ready to run.  I had to say
    python -m ensurepip
 and then I saw that a pip on a whl-package was installed.  Why doesn't
the official distribution make pip ready to run by default?  Thank you!
When I install Python on Windows, I always get pip by default, although it might not be on the system search path.
As it's recommended to use the Python Launcher py on Windows, I use that instead:
py -m pip install something
because it gives better support if you have multiple versions of Python installed.

Date Sujet#  Auteur
21 Mar 24 * the name ``wheel''10Johanne Fairchild
21 Mar 24 +* Re: the name ``wheel''5Stefan Ram
21 Mar 24 i+- Re: the name ``wheel''1Stefan Ram
21 Mar 24 i`* Re: the name ``wheel''3Johanne Fairchild
21 Mar 24 i +- Re: the name ``wheel''1Stefan Ram
22 Mar 24 i `- Re: the name ``wheel''1Thomas Schweikle
21 Mar 24 +- Re: the name ``wheel''1Left Right
21 Mar 24 +- Re: the name ``wheel''1MRAB
21 Mar 24 +- Re: the name ``wheel''1Grant Edwards
21 Mar 24 `- Re: the name ``wheel''1Thomas Passin

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal