IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    解决\"easy_install command not found\"问题记录

    老蒋发表于 2016-07-07 06:24:10
    love 0

    今天老蒋有在给公司的一台服务器环境下部署某个软件过程中有出现"easy_install command not found. please check it and try again."错误提示问题。这样的问题之前好像记得也有遇到过,当时没有当回事,好像那时候换了一个Linux发行版就解决问题。原因应该是默认的一些发行版本中没有安装easy_install导致的编译错误。

    第一、错误提示

    解决"easy_install command not found"问题记录

    第二、解决问题

    wget https://bootstrap.pypa.io/ez_setup.py -O - | python

    解决"easy_install command not found"问题记录

    easy_install安装完毕,这个时候我们再去安装需要的环境就没有问题。

    未经允许不得转载:老蒋部落 » 解决"easy_install command not found"问题记录



沪ICP备19023445号-2号
友情链接