欢迎访问服务器技术网-www.fuwuqijishu.com

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

运维 fuwuqijishu 2年前 (2022-09-04) 42次浏览 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安装完毕,这个时候我们再去安装需要的环境就没有问题。

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2211.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900