Yanıtlar:
Aşağıdaki pip yükleyici belgeleri , tek basitçe aşağıdaki verebilir:
# install setup tools
curl https://bitbucket.org/pypa/setuptools/downloads/ez_setup.py | python -
# install pip
curl https://bootstrap.pypa.io/get-pip.py | python -
Easy_install almak için önceki yanıtlardan takip edemedim. Pip kurmak için diğer komutları takip ettim. (sudo ayrıcalıkları gerektirir)
easy_install'ı kurmak için:
sudo yum yüklemek python-setuptools python-setuptools-devel
pip yüklemek için:
sudo easy_install pip
Depolardaki paketler 2.4. Bunları 2.7 ile kaynaktan kurmanız gerekecek.
python2.7 setup.py install
/opt/python2.7/bin/easy_install
ama pip bulamadı. nerede olacak
virtenv
. Pip yalnızca virtenv kullanırsam inserve edilir. belgeyi okudum, ancak ikili dosyasının bulunduğu pip yolunu bulamadım
Bu komutu CentOS 7'de verdim ve çalıştı
curl https://bootstrap.pypa.io/get-pip.py | python -
Amazon İnternet Servisleri İstemci Araçları'nın (awscli) en son sürümünü kurmak istedim. Bu, python sistemi kullanılarak CentOS 64 minimal'de yapıldı: En yeni setuptools'u indirin (sürüm 1.16 burada bulunabilir )
sudo -s
cd /opt
tar xzf <setuptools.tar.gz>
cd setuptools<-1.1.6>
python ez_setup.py
easy_install pip
Şimdi pip kullanarak ne istersen yükleyebilirsin. Örneğin,
pip install awscli
Bu yöntem çok hızlıydı, CentOS sistem pitonunu korumama izin verdi.
CentOS'a pip kurmanın birçok yolu var gibi görünüyor, ancak benim için işe yarayan yöntem senin yöntemindi .
sudo python2.7 /usr/local/bin/easy_install pip
Önce başka birkaç yol denedim. Bulduğum en yaygın EPEL deposu ile yum kullanmaktı .
cd /tmp
wget http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
sudo rpm -ivh epel-release-5-4.noarch.rpm
sudo yum -y install python-pip
Yum kurulumu benim için "Hiçbir paket python-pip mevcut değil" hatasıyla başarısız oldu.
Pip proje belgelerinin kullanmaya diyor get-pip.py
senaryoyu, ama bu beni de hata verdi.
dan http://www.cyberciti.biz/faq/debian-ubuntu-centos-rhel-linux-install-pipclient/ Red Hat şekilde, Epel deposunu kullanarak:
[root@paulvps tmp]# wget http://mirror-fpt-telecom.fpt.net/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
--2013-12-31 13:49:12-- http://mirror-fpt-telecom.fpt.net/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
Resolving mirror-fpt-telecom.fpt.net... 118.69.250.132
Connecting to mirror-fpt-telecom.fpt.net|118.69.250.132|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14540 (14K) [application/x-redhat-package-manager]
Saving to: “epel-release-6-8.noarch.rpm”
100%[======================================>] 14,540 2.66K/s in 5.3s
2013-12-31 13:49:18 (2.66 KB/s) - “epel-release-6-8.noarch.rpm” saved [14540/14540]
[root@paulvps tmp]# rpm -ivh epel-release-6-8.noarch.rpm
warning: epel-release-6-8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
Preparing... ########################################### [100%]
1:epel-release ########################################### [100%]
[root@paulvps tmp]# yum install python-pip
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
epel/metalink | 13 kB 00:00
* PUIAS_6_core_Base: puias.math.ias.edu
* PUIAS_6_core_Updates: puias.math.ias.edu
* base: centos.sonn.com
* epel: epel.mirror.freedomvoice.com
* extras: centos.mirror.freedomvoice.com
* rpmforge: mirror.webnx.com
* updates: mirrors.tummy.com
epel | 4.2 kB 00:00
epel/primary_db | 5.8 MB 00:00
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package python-pip.noarch 0:1.3.1-4.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
python-pip noarch 1.3.1-4.el6 epel 330 k
Transaction Summary
================================================================================
Install 1 Package(s)
Total download size: 330 k
Installed size: 1.0 M
Is this ok [y/N]: y
Downloading Packages:
python-pip-1.3.1-4.el6.noarch.rpm | 330 kB 00:00
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Importing GPG key 0x0608B895:
Userid : EPEL (6) <epel@fedoraproject.org>
Package: epel-release-6-8.noarch (installed)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Is this ok [y/N]: y
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB altered outside of yum.
Installing : python-pip-1.3.1-4.el6.noarch 1/1
Verifying : python-pip-1.3.1-4.el6.noarch 1/1
Installed:
python-pip.noarch 0:1.3.1-4.el6
Complete!
Fpt.vn'ye yönlendiren fpt.net sitesi hakkında biraz şüpheliydim, ama nixCraft bunun doğru olduğunu söylüyorsa, haklı olduklarını umuyorum.
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-yayın-6-8.noarch.rpm
yum -y kurulum python-pip