Bazen üretimde Python 2.5 yorumlayıcısı tarafından çalıştırılan bazı eski Python kodları üzerinde çalışmak zorundayım. Geliştirme ortamımı tıpkı üretim gibi kurmak istiyorum, bu yüzden python2.5
paket ailesini kurmam gerekiyor.
Tabii ki, kaynaktan kurabilirim, ama kesinlikle bunu yapmanın bir yolu yoksa paketleri kullanmayı tercih ederim.
Ancak, 2.5 paketleri 11.04 ile gelen apt kaynaklarının hiçbirine dahil değildir. Natty ile sorunsuz çalışması muhtemel Python 2.5 paketlerini nerede bulabilirim?
Güncelleme: Çalışıyor! apt-get
Çıktıyı daha yakından okumalıydım :
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
İşte Python 2.5'i kurmak için ne yaptım:
: josh@josh; sudo add-apt-repository ppa:fkrull/deadsnakes
: josh@josh; sudo apt-get update
: josh@josh; sudo apt-get install python2.5
[...]
The following packages have unmet dependencies:
python-minimal : Breaks: python2.5-minimal (< 2.5.5-7) but 2.5.4-1ubuntu6.1 is to be installed
python2.5 : Depends: python2.5-minimal (= 2.5.5-8~ppa2~natty3) but 2.5.4-1ubuntu6.1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
: josh@josh; sudo apt-get -f install
[...]
The following extra packages will be installed:
python2.5-minimal
Recommended packages:
python2.5
The following packages will be upgraded:
python2.5-minimal
[...]
Do you want to continue [Y/n]?
[...]
Setting up python2.5-minimal (2.5.5-8~ppa2~natty3) ...
: josh@josh; sudo apt-get install python2.5
The following NEW packages will be installed:
python2.5
[...]