User Tools

Site Tools


python-software

This is an old revision of the document!


Table of Contents

python

Information

Usage

See versions of python which are available

module avail python

Installation

Notes from the sysadmin during installation:

cd /tmp
wget https://www.python.org/ftp/python/2.7.8/Python-2.7.8.tar.xz
tar xf Python-2.7.8.tar.xz
cd Python-2.7.8
scl enable devtoolset-1.1 bash
./configure --prefix=/export/apps/python/2.7.8
make -j4
sudo mkdir /export/apps/python/2.7.8
sudo chown aorth:aorth /export/apps/python/2.7.8
./python Lib/test/regrtest.py -v
make install
sudo chown -R root:root /export/apps/python/2.7.8
python-software.1412764292.txt.gz · Last modified: 2014/10/08 10:31 by aorth