Carl Lowenstein wrote: > I have a DEC Alpha that is running an older version of Debian. > > If I want to use a newer Python without a wholesale OS upgrade, what > should I do?
backports.org likely does not have the alpha architecture of python. You might be able to get the .diff.gz/.dsc/.tar.gz and build it yourself. The other solution I would offer is to build your pwn python, and put it in /usr/local. -john -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
