ReferencePlatforms/Linux-CentOS-5.0: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 93: Line 93:


=== Build Python 2.5 ===
=== Build Python 2.5 ===
 
(Some VMs use Python 2.5 or Python 2.4.4 but this is what is on the ref platform.)
  wget http://www.python.org/ftp/python/2.5/Python-2.5.tar.bz2
  wget http://python.org/ftp/python/2.5.1/Python-2.5.1.tar.bz2
   
   
# ddb7401e711354ca83b7842b733825a3  Python-2.5.tar.bz2
  tar xfvj dist/Python-2.5.1.tar.bz2  
  cd Python-2.5.1/
  tar xfvj dist/Python-2.5.tar.bz2  
  ./configure --prefix=/tools/python-2.5.1 2>&1 | tee /tools/dist/logs/python2.5.1-configure.log  
  cd Python-2.5/
  make 2>&1 | tee /tools/dist/logs/python2.5.1-make.log  
  ./configure --prefix=/tools/python-2.5.0 2>&1 | tee /tools/dist/logs/python2.5.0-configure.log  
  make install 2>&1 | tee /tools/dist/logs/python2.5.1-make_install.log
  make 2>&1 | tee /tools/dist/logs/python2.5.0-make.log  
  make install 2>&1 | tee /tools/dist/logs/python2.5.0-make_install.log
  cd /tools/
  cd /tools/
  ln -s python2.5.0/ python
  ln -s python2.5.1/ python


== Version 3 ==
== Version 3 ==
canmove, Confirmed users
6,439

edits

Navigation menu