Comment #17 on issue 480 by pekka.klarck: New installation and start-up system
http://code.google.com/p/robotframework/issues/detail?id=480

epronk, I agree that getting the right Python executable into pybot script would be handy. I just have no idea how to implement that so that it would work with different interpreters (Python, Jython, IronPython), on different operating systems (Windows, Linux, OSX, ...), and with different package managers (pip, easy_install, ...). Until someone (you?) helps us to get that implemented, you unfortunately need to workaround this limitation yourself. Luckily there are several pretty easy solutions:

1) Run robot like `myenv/bin/python -m robot.run`.
2) Activate virtualenv with `source myenv/bin/activate` and then use `myenv/bin/pybot` normally.
3) Use virtualenvwrapper.
4) Update pybot script yourself.
5) Set PATH yourself.


Reply via email to