Sunucudaki Python versiyonumu güncellemek istiyorum, mevcut Python versiyonum 2.6 ve 2.7'ye yükseltmek istiyorum. Plesk sunucumuzda yüklü ve ssh'ye de erişebiliyorum.
Centos 6.5’te nasıl yükseltebilirim?
Aşağıda denerim
Python'u indirin ve çıkartın
wget http://www.python.org/ftp/python/2.7.8/Python-2.7.8.tar.xz
xz -d Python-2.7.8.tar.xz
tar -xvf Python-2.7.8.tar
Kurulum süreci
# Enter the directory:
cd Python-2.7.8
# Run the configure:
./configure --prefix=/usr/local
# compile and install it:
make
make altinstall
# Checking Python version:
[root@nicetry ~]# python2.7 -V
Python 2.7.8
export PATH="/usr/local/bin:$PATH"
ama yazarken python --version
döner 2.6.6