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 couplewavylines, vinay.sajip
Date 2014-05-13.22:43:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400021012.48.0.816950468548.issue21496@psf.upfronthosting.co.za>
In-reply-to
Content
You say "from other Python code", but you mean running an external command in a subprocess, right? If you know where that command is (which you would need to in order to invoke activate_this on the appropriate venv) then you could run the command directly from its bin folder in the venv, and it would run with the venv's environment (interpreter, sys.path etc.)
History
Date User Action Args
2014-05-13 22:43:32vinay.sajipsetrecipients: + vinay.sajip, couplewavylines
2014-05-13 22:43:32vinay.sajipsetmessageid: <1400021012.48.0.816950468548.issue21496@psf.upfronthosting.co.za>
2014-05-13 22:43:32vinay.sajiplinkissue21496 messages
2014-05-13 22:43:32vinay.sajipcreate