Updates:
Summary: Convert start-up script to Python outside Windows to ease using
them on virtualenv
Status: Accepted
Labels: Target-2.7
Mergedinto:
Comment #4 on issue 1054 by pekka.klarck: Convert start-up script to Python
outside Windows to ease using them on virtualenv
http://code.google.com/p/robotframework/issues/detail?id=1054
I was wrong: fixing the virtualenv problem is actually pretty trivial. All
we need to do is to change start-up scripts (pybot, rebot, jybot, etc.) to
Python with `#!/usr/bin/env <interpreter>` as shebang. After that distutils
will update the shebang to contain the interpreter it uses during
installation [1]. I already tested this has the desired effect when used
with virtualenv and that this seems to work with Jython too.
[1] http://docs.python.org/distutils/setupscript.html#installing-scripts