User Tools

Site Tools


public:installpythonversion

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
public:installpythonversion [2017/03/03 16:12] – created kohoferpublic:installpythonversion [2019/01/16 10:03] (current) – external edit 127.0.0.1
Line 9: Line 9:
   - make   - make
   - checkinstall (generates a *.deb file and installs it. Make sure you name it python2.7.13 otherwise it collides with existing system package!)   - checkinstall (generates a *.deb file and installs it. Make sure you name it python2.7.13 otherwise it collides with existing system package!)
 +
 +<code>
 +...
 +./Doc/tools/templates/indexcontent.html
 +./LICENSE
 +./README
 +
 +Copying files to the temporary directory...OK
 +
 +Stripping ELF binaries and libraries...OK
 +
 +Compressing man pages...OK
 +
 +Building file list...OK
 +
 +Building Debian package...OK
 +
 +Installing Debian package...OK
 +
 +Erasing temporary files...OK
 +
 +Writing backup package...OK
 +OK
 +
 +Deleting temp dir...OK
 +
 +
 +**********************************************************************
 +
 + Done. The new package has been installed and saved to
 +
 + /tmp/Python-3.6.0/python3.6.0_3.6.0-1_amd64.deb
 +
 + You can remove it from your system anytime using: 
 +
 +      dpkg -r python3.6.0
 +
 +**********************************************************************
 +
 +root@rose:/tmp/Python-3.6.0#
 +</code>
/data/www/wiki.inf.unibz.it/data/attic/public/installpythonversion.1488553920.txt.gz · Last modified: 2019/01/16 10:03 (external edit)