canmove, Confirmed users
6,439
edits
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:// | wget http://python.org/ftp/python/2.5.1/Python-2.5.1.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. | make install 2>&1 | tee /tools/dist/logs/python2.5.1-make_install.log | ||
make 2>&1 | tee /tools/dist/logs/python2.5. | |||
make install 2>&1 | tee /tools/dist/logs/python2.5. | |||
cd /tools/ | cd /tools/ | ||
ln -s python2.5. | ln -s python2.5.1/ python | ||
== Version 3 == | == Version 3 == |