yum install -y python-setuptools
yum install -y python-devel
yum install -y mod_wsgi
yum install -y memcached
easy_install python-memcached
yum install -y patch
easy_install ReviewBoard
easy_install mysql-python
rpm -Uvh http://mirrors.kernel.org/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm
easy_install P4PythonInstaller
yum --enablerepo=epel install -y python-subvertpy
yum --enablerepo=epel install -y pysvn
yum install -y python-devel
yum install -y mod_wsgi
yum install -y memcached
easy_install python-memcached
yum install -y patch
easy_install ReviewBoard
easy_install mysql-python
rpm -Uvh http://mirrors.kernel.org/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm
easy_install P4PythonInstaller
yum --enablerepo=epel install -y python-subvertpy
yum --enablerepo=epel install -y pysvn
本文档详细介绍了如何通过YUM源安装Python及其相关组件,包括setuptools、devel、mod_wsgi等,并通过easy_install命令安装memcached、ReviewBoard等第三方库。此外还提供了如何配置EPEL源及安装Subversion Python库的方法。
3482

被折叠的 条评论
为什么被折叠?



