`
flyingdutchman
  • 浏览: 353377 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Centos 6 上安装easy_install

阅读更多
       之前已经介绍过怎么安装python-pip了,本节在这里介绍安装easy_install。
       在安装之前先要安装setuptools-0.6c11-py2.7.egg,具体安装过程见Centos 6 上安装python-pip
        easy_install的安装命令如下:
引用

        #wget http://peak.telecommunity.com/dist/ez_setup.py
        #chmod +x ez_setup.py
        #python ez_setup.py
       

  
        或:
引用

        # yum -y install python-setuptools python-setuptools-devel
       

 
分享到:
评论

相关推荐

    Python中easy_install 和 pip 的安装及使用

    easy_install和pip都是用来下载安装Python一个公共资源库PyPI 的相关资源包的,pip是easy_install的改进版,提供更好的提示信 息,删除package等功能。老版本的python中只有easy_install, 没有pip。 easy_install...

    centos6.7 安装python2.7、pip2.7、easy_install-2.7的方法

    主要介绍了centos6.7 安装python2.7、pip2.7、easy_install-2.7的方法,需要的朋友可以参考下

    Flask框架学习笔记(一)安装篇(windows安装与centos安装)

    在安装flask之前,你必须要先安装python和easy_install,easy_install只支持pyhon2.x版本不支持python3.x版本,所以你在安装python的时候最好选择python2.x。这里是2.7. python2.7的安装很简单,本站

    Python的网络编程库Gevent的安装及使用技巧

    安装(以CentOS为例) gevent依赖libevent和greenlet: 1.安装libevent 直接yum install libevent 然后配置python的安装 2.安装easy_install (1) wget -q http://peak.telecommunity.com/dist/ez_setup.py (2)...

    Learn CentOS Linux Network Services

    You will learn how to install CentOS, and manage basic administration. You’ll then move onto understanding networking, and how to set up your required services. Each chapter is written in an easy-to...

    gateone部署文件

    sudo easy_install stdeb To make Gate One start on boot: Ubuntu/Debian: update-rc.d gateone defaults Red Hat/CentOS: chkconfig --add gateone Gentoo: rc-update add gateone default

    guitester:eucaconsole的测试平台-eucalyptus的图形用户界面

    在Centos 6上 yum check ipython yum -y install ipython git sudo easy_install selenium git clone https://github.com/eucalyptus/guitester 在Mac上 您需要安装python和selenium。 要安装python,您可以...

    虚拟机 VMware 安装 CentOS

    该模式会自己安装 VMware Tools,安装不成功会导致 CentOS 无法启动。 选择系统类型。 配置虚拟虚拟机名称和安装目录。 配置此虚拟机的磁盘大小。 这里虚拟机占用磁盘的大小并不是 20G 整。而是随着系统的使用量...

    ansible-grav:Ansible剧本,用于安装NGINX,PHP7-FPM和Grav CMS

    Ansible重力 ... 这些配置来自Grav文档中显示的内容。 Master分支将安装Grav Admin'Vanilla'单页网站。...按照您的主机或“控制”机器上安装Ansible macOS: $ sudo easy_install pip && sudo pip install a

    centos7使用supervisor的详细教程

    supervisor是用Python开发的一套通用的进程管理程序,可以将一个普通的命令行进程变为后台daemon,并监控进程状态,异常退出时可以...#easy_install supervisor 创建主配置文件 # mkdir -m 755 -p /etc/superviso

    lib-aliyun-oss:阿里云OSS的Python SDK

    如果您安装了setuptools,您应该可以执行easy_install liboss来安装 LibOSS。 否则,您可以下载项目源并执行python setup.py install进行安装。 依赖关系 LibOSS 发行版在 Python 2.x(其中 x >

    python-cookbook:Python 通过厨师

    要求平台Debian, Ubuntu CentOS、红帽、Fedora食谱构建必不可少的属性node["python"]["install_method"] = 安装 python 的方法,默认package 。 该文件还包含以下属性类型: 平台特定的位置和设置。 源安装设置资源/...

    centos7 应用笔记: fslint 文件查重

    centos7 应用笔记: fslint 文件查重 fslint 可以用于文件的查重。 fslint 扫描的是文件的内容。如果内容一致,则会认为文件一致。而不论文件名是否一致。 安装 fslint # 安装 fslint yum install -y fslint.noarch ...

    cenos7.6_docker&&nvidia;-docker&&NVIDIA;驱动.zip

    centos 7 离线安装docker、nvidia-docker离线安装,显卡驱动NVIDIA-Linux-x86_64-418.67.run离线安装包,easy install

    Pyora:用于监视Oracle数据库的Python脚本

    注意:尝试安装python-argparse: easy_install argparse或yum install python-argarse在RHEL / Centos上yum install python-argarse 。 经过python 2.6和2.7测试 创建Oracle用户以使用Pyora CREATE USER ZABBIX ...

    Linux: Powerful Server Administration

    Get hands-on recipes to make the most of Ubuntu Server, CentOS 7 Linux Server and RHEL 7 Server About This Book Get Linux servers up and running in seconds, In-depth guide to explore new features and...

    mc-server-script

    运行windows-easy.bat以下载Python(嵌入式版本/如果未安装),安装依赖项并执行脚本。 或者,您将必须自己安装Python 3.7和GIT ,然后使用命令行: git clone ...

Global site tag (gtag.js) - Google Analytics