Here are upgrade instructions for Python 2.4 to Python 2.5.6: 1. http://www.python.org/ftp/python/2.5.6/Python-2.5.6.tgz 2. tar xzf Python-2.5.6.tgz 3. cd Python-2.5 4. ./configure 5. $ make 6. sudo make altinstall 7. sudo mv /usr/bin/python /usr/bin/python_old_2.4 8. sudo ln -s /usr/local/bin/python2.5 /usr/bin/python Validate: # python -V Python 2.5.6
No comments:
Post a Comment