Background:
Robot scripts are developed on Python 3.* and they can only be executed in python3.
Problem:
We have RHEL6 machine which uses python 2.6.6 which cannot be updated.
Prepared Solution :
We are trying to enable the use of virtualenv in a RHEL6 machine so that we can execute the robot scripts in virtual environment with a different python version, We are facing issues with installation of pip in RHEL6 machine.
You need
pip/setuptoolsfrom here: https://bootstrap.pypa.io/2.6/ and you need a very old version ofvirtualenv.Download
get-pip.pyand runvirtualenv15.2.0 seems to be the last version that supports Python 2.6. Tryor
with you fresh
pip.