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 ned.deily
Recipients mppf, ned.deily, ronaldoussoren
Date 2020-11-10.15:47:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605023266.34.0.122476964419.issue42312@roundup.psfhosted.org>
In-reply-to
Content
I'm not sure I understand exactly what you are trying to accomplish but one potential issue strikes me: you may need to ensure you are execing the right python binary by including a more complete path:

$ (exec -a test-venv/bin/python3 test-venv/bin/python3 -c 'import sys; print(sys.executable); print (sys.prefix);')
/private/tmp/test-venv/bin/python3
/private/tmp/test-venv
History
Date User Action Args
2020-11-10 15:47:46ned.deilysetrecipients: + ned.deily, ronaldoussoren, mppf
2020-11-10 15:47:46ned.deilysetmessageid: <1605023266.34.0.122476964419.issue42312@roundup.psfhosted.org>
2020-11-10 15:47:46ned.deilylinkissue42312 messages
2020-11-10 15:47:46ned.deilycreate