Sujet : Re: the name ``wheel''
De : tschweikle (at) *nospam* bfs.de (Thomas Schweikle)
Groupes : comp.lang.pythonDate : 22. Mar 2024, 17:38:31
Autres entêtes
Message-ID : <mailman.12.1711122440.3468.python-list@python.org>
References : 1 2 3 4
Pièces jointes : OpenPGP_signature.asc (application/pgp-signature)
Am Do., 21.März.2024 um 18:58:26 schrieb Johanne Fairchild via Python-list:
ram@zedat.fu-berlin.de (Stefan Ram) writes:
Johanne Fairchild <jfairchild@tudado.org> wrote or quoted:
Why is a whl-package called a ``wheel''? Is it just a pronunciation for
the extension WHL or is it really a name?
PyPi in its initial state was named "cheese shop", as the famous
part in the show "Monty Python Cheese Shop". Because initially it
only hosted links to the packages, so it was empty like that shop.
And within a cheese shop what do you store? Wheels of cheese.
Lol! Loved it. (Thanks very much.)
Also, it seems that when I install Python on Windows, it doesn't come
with pip ready to run. I had to say
Some Python distributions do not come with pip pre-installed
because they have their own package management systems.
But this was a Windows install. I don't think Windows has its own
package management for Python packages. I'd be totally surprised.
The python packages found at
https://www.python.org/downloads/ come with
pip and pip installed out of the box.
But there are others like active python having other packet managers
they do not install pip out of the box. Refer to their instructions how
to install packages.
-- Thomas