二、CentOS下安装ftp和python

1.下载vsftp包

   yum -y install  vsftpd

 

2。安装python2.6

    $rpm -Uvh http://yum.chrislea.com/centos/5/i386/chl-release-5-3.noarch.rpm  

     $rpm  --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CHL  

     $rpm   -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm

     //使用上面的地址,下面的地址不存在了

     //$rpm -Uvh  http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm  

     $yum install libffi  

     $yum install python26  

 

 

你可能感兴趣的:(centos,python)