Gentoo Archives: gentoo-user

From: karl@××××××××.se
To: gentoo-user@l.g.o
Subject: [gentoo-user] pip
Date: Wed, 13 Jul 2022 08:40:44
Message-Id: 20220713084034.165C580FBEE2@turkos.aspodata.se
1 I get:
2 $ pip
3 pip: no python-exec wrapped executable found in /usr/lib/python-exec.
4
5 Does that mean that, since
6 $ python --version
7 Python 3.10.5
8
9 there is no pip in the python3.10 directory:
10 $ ls -l /usr/lib/python-exec/python*/pip
11 -rwxr-xr-x 1 root root 364 May 5 2019 /usr/lib/python-exec/python2.7/pip
12 -rwxr-xr-x 1 root root 364 May 5 2019 /usr/lib/python-exec/python3.6/pip
13
14 or anything else ?
15
16 Regards,
17 /Karl Hammar

Replies

Subject Author
Re: [gentoo-user] pip Neil Bothwick <neil@××××××××××.uk>