* [gentoo-user] pip
@ 2022-07-13 8:40 karl
2022-07-13 13:49 ` Neil Bothwick
0 siblings, 1 reply; 5+ messages in thread
From: karl @ 2022-07-13 8:40 UTC (permalink / raw
To: gentoo-user
I get:
$ pip
pip: no python-exec wrapped executable found in /usr/lib/python-exec.
Does that mean that, since
$ python --version
Python 3.10.5
there is no pip in the python3.10 directory:
$ ls -l /usr/lib/python-exec/python*/pip
-rwxr-xr-x 1 root root 364 May 5 2019 /usr/lib/python-exec/python2.7/pip
-rwxr-xr-x 1 root root 364 May 5 2019 /usr/lib/python-exec/python3.6/pip
or anything else ?
Regards,
/Karl Hammar
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] pip
2022-07-13 8:40 [gentoo-user] pip karl
@ 2022-07-13 13:49 ` Neil Bothwick
2022-07-13 14:24 ` mad.scientist.at.large
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Neil Bothwick @ 2022-07-13 13:49 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 680 bytes --]
On Wed, 13 Jul 2022 10:40:34 +0200 (CEST), karl@aspodata.se wrote:
> I get:
> $ pip
> pip: no python-exec wrapped executable found in /usr/lib/python-exec.
>
> Does that mean that, since
> $ python --version
> Python 3.10.5
>
> there is no pip in the python3.10 directory:
> $ ls -l /usr/lib/python-exec/python*/pip
> -rwxr-xr-x 1 root root 364 May 5 2019
> /usr/lib/python-exec/python2.7/pip -rwxr-xr-x 1 root root 364 May 5
> 2019 /usr/lib/python-exec/python3.6/pip
>
> or anything else ?
You may need to re-emerge pip if the last file you have is for python3.6.
--
Neil Bothwick
Always proofread carefully to see if you any words out.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] pip
2022-07-13 13:49 ` Neil Bothwick
@ 2022-07-13 14:24 ` mad.scientist.at.large
[not found] ` <N6rwcYP--3-2@tutanota.com-N6rwiQP--B-2>
2022-07-18 22:34 ` karl
2 siblings, 0 replies; 5+ messages in thread
From: mad.scientist.at.large @ 2022-07-13 14:24 UTC (permalink / raw
To: gentoo-user
What time frame works for you? I will be pawning things if necessary for gas.
--"Fascism begins the moment a ruling class, fearing the people may use their political democracy to gain economic democracy, begins to destroy political democracy in order to retain its power of exploitation and special privilege." Tommy Douglas
Jul 13, 2022, 07:49 by neil@digimed.co.uk:
> On Wed, 13 Jul 2022 10:40:34 +0200 (CEST), karl@aspodata.se wrote:
>
>> I get:
>> $ pip
>> pip: no python-exec wrapped executable found in /usr/lib/python-exec.
>>
>> Does that mean that, since
>> $ python --version
>> Python 3.10.5
>>
>> there is no pip in the python3.10 directory:
>> $ ls -l /usr/lib/python-exec/python*/pip
>> -rwxr-xr-x 1 root root 364 May 5 2019
>> /usr/lib/python-exec/python2.7/pip -rwxr-xr-x 1 root root 364 May 5
>> 2019 /usr/lib/python-exec/python3.6/pip
>>
>> or anything else ?
>>
>
> You may need to re-emerge pip if the last file you have is for python3.6.
>
>
> --
> Neil Bothwick
>
> Always proofread carefully to see if you any words out.
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] pip
[not found] ` <N6rwcYP--3-2@tutanota.com-N6rwiQP--B-2>
@ 2022-07-13 14:26 ` mad.scientist.at.large
0 siblings, 0 replies; 5+ messages in thread
From: mad.scientist.at.large @ 2022-07-13 14:26 UTC (permalink / raw
To: gentoo-user
Sorry, my last email went to the wrong place.
--"Fascism begins the moment a ruling class, fearing the people may use their political democracy to gain economic democracy, begins to destroy political democracy in order to retain its power of exploitation and special privilege." Tommy Douglas
Jul 13, 2022, 08:24 by :
> What time frame works for you? I will be pawning things if necessary for gas.
>
> --"Fascism begins the moment a ruling class, fearing the people may use their political democracy to gain economic democracy, begins to destroy political democracy in order to retain its power of exploitation and special privilege." Tommy Douglas
>
>
>
>
> Jul 13, 2022, 07:49 by neil@digimed.co.uk:
>
>> On Wed, 13 Jul 2022 10:40:34 +0200 (CEST), karl@aspodata.se wrote:
>>
>>> I get:
>>> $ pip
>>> pip: no python-exec wrapped executable found in /usr/lib/python-exec.
>>>
>>> Does that mean that, since
>>> $ python --version
>>> Python 3.10.5
>>>
>>> there is no pip in the python3.10 directory:
>>> $ ls -l /usr/lib/python-exec/python*/pip
>>> -rwxr-xr-x 1 root root 364 May 5 2019
>>> /usr/lib/python-exec/python2.7/pip -rwxr-xr-x 1 root root 364 May 5
>>> 2019 /usr/lib/python-exec/python3.6/pip
>>>
>>> or anything else ?
>>>
>>
>> You may need to re-emerge pip if the last file you have is for python3.6.
>>
>>
>> --
>> Neil Bothwick
>>
>> Always proofread carefully to see if you any words out.
>>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] pip
2022-07-13 13:49 ` Neil Bothwick
2022-07-13 14:24 ` mad.scientist.at.large
[not found] ` <N6rwcYP--3-2@tutanota.com-N6rwiQP--B-2>
@ 2022-07-18 22:34 ` karl
2 siblings, 0 replies; 5+ messages in thread
From: karl @ 2022-07-18 22:34 UTC (permalink / raw
To: gentoo-user
Neil Bothwick:
> On Wed, 13 Jul 2022 10:40:34 +0200 (CEST), karl@aspodata.se wrote:
...
> > $ pip
> > pip: no python-exec wrapped executable found in /usr/lib/python-exec.
...
> You may need to re-emerge pip if the last file you have is for python3.6.
...
Thanks, that solved it.
Regards,
/Karl Hammar
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-07-18 22:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-13 8:40 [gentoo-user] pip karl
2022-07-13 13:49 ` Neil Bothwick
2022-07-13 14:24 ` mad.scientist.at.large
[not found] ` <N6rwcYP--3-2@tutanota.com-N6rwiQP--B-2>
2022-07-13 14:26 ` mad.scientist.at.large
2022-07-18 22:34 ` karl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox