User Tools

Site Tools


public:installpythonversion

This is an old revision of the document!


Install Python version which is NOT available as system package

Did this on Server rose.inf.unibz.it ticket: #9012

  1. download source code from https://www.python.org/downloads/
  2. unpack: tar xfvJ python2.7.13.tar.xz
  3. cd python2.7.13; mkdir /usr/local/python2713; ./configure –prefix=/usr/local/python2713
  4. make
  5. checkinstall (generates a *.deb file and installs it. Make sure you name it python2.7.13 otherwise it collides with existing system package!)
/data/www/wiki.inf.unibz.it/data/attic/public/installpythonversion.1488553920.txt.gz · Last modified: 2019/01/16 10:03 (external edit)