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 steve.dower
Recipients christian.heimes, nedbat, pablogsal, saaketp, steve.dower, vinay.sajip
Date 2021-12-14.12:50:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <c74ad2e2-548a-829b-bfcc-0dad7115e9fa@python.org>
In-reply-to <1639436758.52.0.926720041511.issue46028@roundup.psfhosted.org>
Content
> $ v311/bin/python -m venv 311-nested
> Error: [Errno 2] No such file or directory: '/private/tmp/bpo-46028/311-nested/bin/python'

I assume /private/tmp/bpo-46028/311-nested/bin/python3.11 exists though? 
Probably that's the issue here - I don't know how else to get the real 
executable *name* other than copying from argv[0], and it isn't supposed 
to be necessary.

You also have v311/bin/python3.11, right? If you use that one, does it 
work? I'm trying to narrow down where the base executable is actually 
being launched and why.
History
Date User Action Args
2021-12-14 12:50:02steve.dowersetrecipients: + steve.dower, vinay.sajip, christian.heimes, nedbat, pablogsal, saaketp
2021-12-14 12:50:02steve.dowerlinkissue46028 messages
2021-12-14 12:50:02steve.dowercreate