This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nedbat
Recipients christian.heimes, nedbat, pablogsal, saaketp, steve.dower, vinay.sajip
Date 2021-12-14.13:15:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639487726.16.0.455228110235.issue46028@roundup.psfhosted.org>
In-reply-to
Content
> I assume /private/tmp/bpo-46028/311-nested/bin/python3.11 exists though? 

Yes, that file exists, but it's a symlink to a non-existent file:

$ ls -al 311-nested/bin
total 0
drwxr-xr-x  5 nedbatchelder  wheel  160 Dec 13 18:04 ./
drwxr-xr-x  6 nedbatchelder  wheel  192 Dec 13 18:04 ../
lrwxr-xr-x  1 nedbatchelder  wheel   21 Dec 13 18:04 python@ -> /usr/local/bin/python
lrwxr-xr-x  1 nedbatchelder  wheel    6 Dec 13 18:04 python3@ -> python
lrwxr-xr-x  1 nedbatchelder  wheel    6 Dec 13 18:04 python3.11@ -> python
$ ls -al /usr/local/bin/python
ls: /usr/local/bin/python: No such file or directory
History
Date User Action Args
2021-12-14 13:15:26nedbatsetrecipients: + nedbat, vinay.sajip, christian.heimes, steve.dower, pablogsal, saaketp
2021-12-14 13:15:26nedbatsetmessageid: <1639487726.16.0.455228110235.issue46028@roundup.psfhosted.org>
2021-12-14 13:15:26nedbatlinkissue46028 messages
2021-12-14 13:15:26nedbatcreate