<p dir="ltr">On May 18, 2014 11:16 AM, "Emilio J. Rodríguez-Posada" <<a href="mailto:emijrp@gmail.com">emijrp@gmail.com</a>> wrote:<br>
> I have created the virtualenv for Python3, installed mediawiki-utilities, etc. I can launch my script in that virtualenv and works fine, but when I do 'jsub', the destination machine obviously doesn't have that module:</p>

<p dir="ltr">Sounds like you need to use the activate script for your virtualenv. You could do that in a wrapper shell script.</p>
<p dir="ltr"><a href="http://virtualenv.readthedocs.org/en/latest/virtualenv.html#activate-script">http://virtualenv.readthedocs.org/en/latest/virtualenv.html#activate-script</a></p>
<p dir="ltr">-Jeremy</p>