mattip has quit [Ping timeout: 240 seconds]
mattip has joined #hpy
<
antocuni>
does anybody have a quick access to a windows machine?
<
antocuni>
if I do "python -m venv foo", where can I find the python binary?
<
antocuni>
will it be foo/bin/python.exe, foo/Scripts/python.exe, or something else?
<
mattip>
foo/Scripts/python.exe
<
antocuni>
pff, on sunday I started looking at issue #322, thinking it would be just a matter of half an hour
<
antocuni>
2.5 days and 19 commits later, I have a PR 😂
<
antocuni>
which on github CI are installed by "deadsnakes/action" with "debug: true"
<
antocuni>
does anybody know how I can run it locally?
<
antocuni>
ah, I answer myself
<
antocuni>
it seems enough to add the deadsnakes ppa and install e.g. python3.10-dbg
<
antocuni>
ah no, it's because we are specifically asking setuptools to use the stdlib distutils
<
antocuni>
steve_s: do you remember why you had to add this?