Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Cc: Steven Lembark <lembark@×××××××.com>
Subject: Re: [gentoo-user] Q: What is "python-exec2c"? Why would "python3" dispatched through it not see an installed copy of pyyaml?
Date: Sat, 06 Mar 2021 21:29:49
Message-Id: CAK2H+ecw-RYnERjcfkZbM_+d_XPa=P03v9iZAnkg106RXwDtpg@mail.gmail.com
In Reply to: [gentoo-user] Q: What is "python-exec2c"? Why would "python3" dispatched through it not see an installed copy of pyyaml? by Steven Lembark
1 On Sat, Mar 6, 2021 at 12:38 PM Steven Lembark <lembark@×××××××.com> wrote:
2 <SNIP>
3 >
4 > $ which python3
5 > /usr/bin/python3
6 >
7 > $ ls -ld $(which python3)
8 > lrwxrwxrwx 1 root root 13 Oct 20 10:46 /usr/bin/python3 ->
9 python-exec2c
10 >
11 > Thanks
12 >
13 What do you see just running python3 in a terminal?
14
15 - Mark