For business reasons I am forced to use python 2.6 and python 2.4. Compile the python on each *buntu 12.10 machine that i have is a frustrating job. (some real, many virtual) I made packages with checkinstall, these are not true ppa but maybe someone can find them useful. I've also tested on Ubuntu 12.10 server and Lubuntu 12.10 First install the dependencies: sudo apt-get install zlib1g libncurses5 libncursesw5 libc6 libbsd0 libreadline5 libreadline6 libsqlite3-0 bzip2 libgdbm3 libssl1.0.0 then download and install the packages: sudo dpkg -i python2.6.deb sudo dpkg -i python2.4.deb (for now are hosted on dropbox doh!) https://dl.dropbox.com/s/0cvh8jm7qcbq5py/python2.4.deb https://dl.dropbox.com/s/jbdgbt2smu352ry/python2.6.deb Everything is provided in the hope that it is useful to someone; but with no guarantee. The paths are: /opt/python-2.6.8/ (for python 2.6) /opt/python-2.4.6/ (for python 2.4) you can add to $PATH or make symlinks. sudo ln -s /opt/p...
riflessioni personali su unix/osx/programmazione e grafica...