I have installed python 2.7.5 and python 2.7.16. I want my robot framework to point to python 2.7.16.
Present it is as shown: Robot Framework 3.0.4 (Python 2.7.5 on linux2) Any help ?
I have installed python 2.7.5 and python 2.7.16. I want my robot framework to point to python 2.7.16.
Present it is as shown: Robot Framework 3.0.4 (Python 2.7.5 on linux2) Any help ?
This is more a generic Linux question than a specific Robot Framework.
There are several solutions:
robot
script to point to the correct Pythonrobot
script and ln -s
to the correct robot
/usr/local/bin/python2.7.16 -m pip install robotframework
robot
script to use correct Python, for example: /usr/local/bin/python2.7.16 -m robot $*
set PATH=/usr/local/bin:$PATH