On May 18, 2014 11:16 AM, "Emilio J. Rodríguez-Posada" <[email protected]> wrote: > 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:
Sounds like you need to use the activate script for your virtualenv. You could do that in a wrapper shell script. http://virtualenv.readthedocs.org/en/latest/virtualenv.html#activate-script -Jeremy
_______________________________________________ Labs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/labs-l
