long ago I downloaded and installed python2.5 ( ./configure , make and make install ) in my system..... now every time I type the command
python --version
I get
Python 2.5.4
Is there any way I could return my default python to 2.7????
|
long ago I downloaded and installed python2.5 ( ./configure , make and make install ) in my system..... now every time I type the command
I get
Is there any way I could return my default python to 2.7???? |
|||
|
|
|
The way you installed python, it will have been installed in If you want to get rid of the old python:
If you just want it as non-default: make sure |
|||
|
|