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 mppf
Recipients mppf, ned.deily, ronaldoussoren
Date 2020-11-10.18:13:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605031985.88.0.766533115903.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:

That does not help with the original problem I was trying to solve, because I was trying to create a wrapper script that used whichever `python3` is available according to the `PATH` variable (other than potentially the one for this venv).

Whether or not you think that is a reasonable thing to do, the examples I showed have a difference in behavior between Mac OS X and linux that is probably undesirable.
History
Date User Action Args
2020-11-10 18:13:05mppfsetrecipients: + mppf, ronaldoussoren, ned.deily
2020-11-10 18:13:05mppfsetmessageid: <1605031985.88.0.766533115903.issue42312@roundup.psfhosted.org>
2020-11-10 18:13:05mppflinkissue42312 messages
2020-11-10 18:13:05mppfcreate