Sujet : Re: the name ``wheel''
De : grant.b.edwards (at) *nospam* gmail.com (Grant Edwards)
Groupes : comp.lang.pythonDate : 21. Mar 2024, 22:19:38
Autres entêtes
Message-ID : <mailman.3.1711052380.3468.python-list@python.org>
References : 1 2 3
User-Agent : slrn/1.0.3 (Linux)
On 2024-03-21, MRAB via Python-list <
python-list@python.org> wrote:
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.
I adopted that practice years ago on Linux as well after wasting what
seemed like most of a day trying to figure out problems which turned
out to be caused by the fact that "pip" and "python" invoked different
versions of Python.