From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90075158094 for ; Wed, 13 Jul 2022 14:24:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C20C1E0F21; Wed, 13 Jul 2022 14:24:38 +0000 (UTC) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0080AE0F15 for ; Wed, 13 Jul 2022 14:24:37 +0000 (UTC) Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id A321210602DA for ; Wed, 13 Jul 2022 14:24:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1657722276; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=DkUmgoZWMqk1hsi6S7pd7+zkwlkO+Fnm+K6TY6zFSdU=; b=PPN/aA/E0iXK5maWku05KaoOmiwt3I8ooytb5rmWN5FsCrrbsYPZjgIX0l49AYwG bh/WXWkLZNu6hurttEbWxCP6USM/GqztEkx2W1lX1+xouddE2HWOVRdx5ISVteFk2t4 raItBW9USe1uDhU8hZpVjrB5Jh+rjuaxDuIaw57fd7mZ1WvCNbmdA+1SpzQq0IpNBYB z7fsGQzCvrWQbLrI+S2p1RGH48r48QOnN/yVrf6Rf37JqhkNS8Z680kJh7y65nd91U/ BwCh1nNsGqfVjkkw0NRbWNIY18ruWUioE5UF98Vp8zfSDTQNVTClZUBazXJYDNvH0vb eoZlyyDzIw== Date: Wed, 13 Jul 2022 16:24:36 +0200 (CEST) From: mad.scientist.at.large@tutanota.com To: gentoo-user@lists.gentoo.org Message-ID: In-Reply-To: <20220713144954.296a9676@phoucgh> References: <20220713084034.165C580FBEE2@turkos.aspodata.se> <20220713144954.296a9676@phoucgh> Subject: Re: [gentoo-user] pip Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ed77c6b5-f791-438c-bf55-e0d774cd000d X-Archives-Hash: ee30af3ca82e3bbc8e9fe67a96d3e00c What time frame works for you?=C2=A0 I will be pawning things if necessary = for gas. --"Fascism begins the moment a ruling class, fearing the people may use the= ir political democracy to gain economic democracy, begins to destroy politi= cal democracy in order to retain its power of exploitation and special priv= ilege." 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. > > > --=20 > Neil Bothwick > > Always proofread carefully to see if you any words out. >