Comment #14 on issue 480 by [email protected]: New installation and start-up system
http://code.google.com/p/robotframework/issues/detail?id=480
It should not make any assumption about which python is in the PATH.If I run python like this then I made explicit which python I want to use independent of what is in my PATH.
$ myenv/bin/python If you fork the process or generate a script it needs to rely on:
sys.executable
'/home/epronk/myenv/bin/python'
