Назад | Перейти на главную страницу

Установка пакета разработки Python на RHEL

Я пытаюсь установить пакет разработки python на свою машину с красной шляпой, но не могу найти пакет где-либо.

Мой сервер - это Red Hat Enterprise Linux Server версии 6.8 (Сантьяго) (x86_64 GNU / Linux) с питоном 2.6.6 на борту.

Доза списка репо не включает требуемый пакет, и у меня также нет доступа к его изменению.

Я пробовал выполнить команды «yum install python-devel» и «yum search ..», но безуспешно.

Где я могу получить этот пакет? Доступна какая-нибудь внешняя ссылка?

1.-> yum install epel-release

После этого ;

[root@srv1 ~]# yum search python-devel

Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * base: mirror.daniel-jost.net
 * epel: mirror.daniel-jost.net
 * epel-debuginfo: mirror.daniel-jost.net
 * epel-source: mirror.daniel-jost.net
 * extras: mirror.daniel-jost.net
 * remi-safe: mirror.23media.de
 * updates: mirror.daniel-jost.net
============================================================= N/S matched: python-devel ==============================================================

+dbus-python-devel.i686 : Libraries and headers for dbus-python
+dbus-python-devel.x86_64 : Libraries and headers for dbus-python
+gstreamer-python-devel.i686 : Headers for developing programs that will use gstreamer-python
+gstreamer-python-devel.x86_64 : Headers for developing programs that will use gstreamer-python
+nemo-python-devel.x86_64 : Python bindings for Nemo
+ ---->>>>> python-devel.x86_64 : The libraries and header files needed for Python development
+qscintilla-python-devel.noarch : Development files for QScintilla PyQt4 bindings
+wxPython-devel.x86_64 : Development files for wxPython add-on modules