1

Python is on version 2.7.3, but when i try to upgrade python through "pip" i get this:

$ pip install --upgrade python
Requirement already up-to-date: python in /usr/lib64/python2.6/lib-dynload
Cleaning up...

any suggestions?

1 Answer 1

5

pip installs python packages, not python itself.

Changing a system python version is a bad idea. To install an additional python version system-wide you could use your system package manager such as apt-get.

To manage personal python installations you could use pythonz.

Sign up to request clarification or add additional context in comments.

1 Comment

Related is github.com/pypa/pip/issues/583 I may try get the pypi Python entry fixed or better still removed. Pip won't be able to build and install it anyway as it doesn't use ./configure && make rather than setup.py

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.