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 serhiy.storchaka
Recipients dstufft, eric.araujo, opoplawski, serhiy.storchaka
Date 2016-05-11.19:47:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462996045.97.0.752331281243.issue27004@psf.upfronthosting.co.za>
In-reply-to
Content
Yet one option:

- Add a wrapper /usr/bin/python2-s and pass it to to --executable.

$ cat /usr/bin/python2-s
#!/bin/sh
exec /usr/bin/python2 -s "$@"
History
Date User Action Args
2016-05-11 19:47:26serhiy.storchakasetrecipients: + serhiy.storchaka, eric.araujo, dstufft, opoplawski
2016-05-11 19:47:25serhiy.storchakasetmessageid: <1462996045.97.0.752331281243.issue27004@psf.upfronthosting.co.za>
2016-05-11 19:47:25serhiy.storchakalinkissue27004 messages
2016-05-11 19:47:25serhiy.storchakacreate