[Python-Dev] Re: Why doesn't venv also install python3*-config?

2020-01-13 Thread Ivan Pozdeev via Python-Dev
On 13.01.2020 16:21, Daniel Haude wrote: Am 12.01.2020 23:39 schrieb Ivan Pozdeev via Python-Dev: Virtualenv does create `python-config` shim in Linux. Python3 doesn't. Definetely. Not on RHEL7 and Debian, that's where I tested it. You are right, I've got it mixed up. Virtualenv creates `p

[Python-Dev] Re: Why doesn't venv also install python3*-config?

2020-01-13 Thread Janzert
On 1/13/2020 8:21 AM, Daniel Haude wrote: Am 12.01.2020 23:39 schrieb Ivan Pozdeev via Python-Dev: Virtualenv does create `python-config` shim in Linux. Python3 doesn't. Definetely. Not on RHEL7 and Debian, that's where I tested it. Just to ensure there's no confusion; note that "venv" an

[Python-Dev] Re: Why doesn't venv also install python3*-config?

2020-01-13 Thread Daniel Haude
Am 12.01.2020 23:39 schrieb Ivan Pozdeev via Python-Dev: Virtualenv does create `python-config` shim in Linux. Python3 doesn't. Definetely. Not on RHEL7 and Debian, that's where I tested it. ___ Python-Dev mailing list -- python-dev@python.org To u

[Python-Dev] Re: Why doesn't venv also install python3*-config?

2020-01-13 Thread Barry Scott
> On 12 Jan 2020, at 16:20, mus...@posteo.org wrote: > > Hi guys, > > after I got the whole list into a lather about the merits of > the python-config program, let me rephrase the question: > > Is there a "canonical" way of automatically finding the correct > include files and Python runtime l