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

epronk, how could the pybot script know that you want it to run a custom Python interpreter and not the one that is first in PATH? Only solution I could think of is somehow updating the script during installation, but that doesn't seem to work in practice. Notice that even if pybot as a Python file and had `#!/usr/bin/env python` on top of it, it would still run the Python in PATH.

As Janne pointed out, taking care of PATH is actually the responsibility of virtualenv users. If you don't want to use virtualenvwrapper, you can just run `source myenv/bin/activate` to get PATH set correctly. For more information see:
http://pypi.python.org/pypi/virtualenv#activate-script

Reply via email to