Hi,
I want to install last version of python and pip on my Oracle Linux (6) VM.
Currently it is the situation:
which pip
/usr/bin/which: no pip in (/usr/lib64/qt-3.3/bin
python -V
Python 2.6.6
I have done:
[root@rac1 python]# yum upgrade python-setuptools
Loaded plugins: refresh-packagekit, security, ulninfo
Setting up Upgrade Process
But
No Packages marked for Update
How to install last version of python and pip on my Oracle Linux (6) VM?
Thanks.