On Fri, 11 Oct 2019 13:02:26 +0530, Pankaj Jangid wrote:
> Oh! I wasn't aware of this Windows thing. Thanks.
Windows is suck, don't use it at all.
--
https://mail.python.org/mailman/listinfo/python-list
On Fri, 11 Oct 2019 07:35:23 +0300, אורי wrote:
> 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".
No, see the following:
we
Chris Angelico writes:
> On Fri, Oct 11, 2019 at 3:37 PM אורי wrote:
>>
>> 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 --upgrad
On Fri, Oct 11, 2019 at 3:37 PM אורי wrote:
>
> 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".
>
Only a consideration on
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".
אורי
u...@speedy.net
On Mon, Oct 7, 2019 at 2:21 PM Hongyi Zhao wrote:
> Hi,
>
> What
Michael Torrie writes:
> On 10/10/19 1:21 AM, Pankaj Jangid wrote:
>> So the scripts will just work fine if you simply use ~import pip~
>> and work with it.
>>
>> Suppose you were writing bash scripts around python programs. Then
>> what will be the behaviour of,
>>
>> pip2 install mod
>>
>> u
On 10/10/19 1:21 AM, Pankaj Jangid wrote:
> So the scripts will just work fine if you simply use ~import pip~
> and work with it.
>
> Suppose you were writing bash scripts around python programs. Then
> what will be the behaviour of,
>
> pip2 install mod
>
> under a python3 environment.
If Pyth
Hongyi Zhao writes:
> Hongyi Zhao 于2019年10月8日周二 下午4:53写道:
>>
>> Cameron Simpson 于2019年10月8日周二 下午12:25写道:
>> >
>> > On 08Oct2019 02:49, Hongyi Zhao wrote:
>> > >On Tue, 08 Oct 2019 06:28:05 +0530, Pankaj Jangid wrote:
>> > >> A very good use-case is when you have both, python2 and python3
>> >
Cameron Simpson 于2019年10月8日周二 下午12:25写道:
>
> On 08Oct2019 02:49, Hongyi Zhao wrote:
> >On Tue, 08 Oct 2019 06:28:05 +0530, Pankaj Jangid wrote:
> >> A very good use-case is when you have both, python2 and python3
> >> installed.
> >> python2 -m pip install mod
> >> python3 -m pip install mod
> >>
Hongyi Zhao 于2019年10月8日周二 下午4:53写道:
>
> Cameron Simpson 于2019年10月8日周二 下午12:25写道:
> >
> > On 08Oct2019 02:49, Hongyi Zhao wrote:
> > >On Tue, 08 Oct 2019 06:28:05 +0530, Pankaj Jangid wrote:
> > >> A very good use-case is when you have both, python2 and python3
> > >> installed.
> > >> python2 -m
On 08Oct2019 02:49, Hongyi Zhao wrote:
On Tue, 08 Oct 2019 06:28:05 +0530, Pankaj Jangid wrote:
A very good use-case is when you have both, python2 and python3
installed.
python2 -m pip install mod
python3 -m pip install mod
will install the package in the corresponding PYTHONPATH.
If so, wh
On Tue, 08 Oct 2019 06:28:05 +0530, Pankaj Jangid wrote:
> A very good use-case is when you have both, python2 and python3
> installed.
>
> python2 -m pip install mod
If so, why not just:
pip2 install mod
>
> and
>
> python3 -m pip install mod
and using:
pip3 install mod
>
> will install
Hongyi Zhao writes:
> Hi,
>
> What's the diff:
>
> python -m pip install mod
> and
> pip install mod
A very good use-case is when you have both, python2 and python3
installed.
python2 -m pip install mod
and
python3 -m pip install mod
will install the package in the corresponding PYTHONPATH.
On Mon, Oct 7, 2019 at 10:21 PM Hongyi Zhao wrote:
>
> Hi,
>
> What's the diff:
>
> python -m pip install mod
> and
> pip install mod
I presume from your series of posts that you either do not have access
to a web browser, or do not trust search engines, because all of these
questions can be answ
Hi,
What's the diff:
python -m pip install mod
and
pip install mod
--
https://mail.python.org/mailman/listinfo/python-list
15 matches
Mail list logo