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 vinay.sajip
Recipients André Caron, barry, moorecm, r.david.murray, vinay.sajip
Date 2016-02-13.09:47:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455356856.21.0.419718426797.issue25833@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, and in fact *all* scripts written to a venv's bin directory hard-code the path to that venv's interpreter. This confers the benefit that such scripts never need the venv to be explicitly activated - you can e.g. point crontab entries to them directly.

You're better off making the Jenkins job build the environment in its workspace before using it - venvs are intended to be reproducible and, consequently, disposable.
History
Date User Action Args
2016-02-13 09:47:36vinay.sajipsetrecipients: + vinay.sajip, barry, r.david.murray, moorecm, André Caron
2016-02-13 09:47:36vinay.sajipsetmessageid: <1455356856.21.0.419718426797.issue25833@psf.upfronthosting.co.za>
2016-02-13 09:47:36vinay.sajiplinkissue25833 messages
2016-02-13 09:47:35vinay.sajipcreate