python -m pip install and pip install
אורי
uri at speedy.net
Fri Oct 11 00:35:23 EDT 2019
When you upgrade pip, you have to write:
python -m pip install --upgrade pip
When you install or upgrade anything else, you can write "pip install".
You can't upgrade pip using "pip install --upgrade pip".
אורי
uri at speedy.net
On Mon, Oct 7, 2019 at 2:21 PM Hongyi Zhao <hongyi.zhao at gmail.com> wrote:
> Hi,
>
> What's the diff:
>
> python -m pip install mod
> and
> pip install mod
> --
> https://mail.python.org/mailman/listinfo/python-list
>
More information about the Python-list
mailing list