更新setuptools版本的时候又找不到easy-install.pth,导致更新失败

运行:pip install --upgrade --ignore-installed setuptools,问题解决!

时间: 2024-08-30 01:56:22

更新setuptools版本的时候又找不到easy-install.pth,导致更新失败的相关文章

Mac下更新node版本和用yarn安装依赖

Mac更新node版本 sudo npm cache clean -fsudo npm install -g nsudo n stable n 显示已安装的Node版本n latest 安装最新版本Noden stable 安装最新稳定版Noden lts 安装最新长期维护版(lts)Noden <version> 根据提供的版本号安装Node Mac下用yarn安装依赖 brew updatebrew install yarn yarn init  //  npm init ,package

【技巧】解决win10的1803版本下,无法收到1809推送、从而无法更新到1903版本的问题。

figure:first-child { margin-top: -20px; } #write ol, #write ul { position: relative; } img { max-width: 100%; vertical-align: middle; } button, input, select, textarea { color: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit

debian6 更新python版本到python3.3

1.下载python3.3安装包 #wget wget --no-cookie --no-check-certificate --header "Cookie:gpw_e24=http%3A%2F%2Fwww.oracle.com%2F"  http://www.python.org/ftp/python/3.3.0/Python-3.3.0.tgz 2.解压安装包 #tar -zxvf Python-3.3.0.tgz 3.进入解压后目录 #cd Python-3.3.0 4.创建安

CentOS下更新python版本

执行#Python或#python -V或#python --version,看到版本号是2.7.5,到官网https://www.python.org/ftp/python/查看了下最新版本都到了2.7.11,于是决定更新python版本. 具体的更新步骤参考了:http://www.jb51.net/article/34012.htm 以下简单整理下. 注意:更新python千万不要把老版本的删除!新老版本是可以共存的,很多基本的命令.软件包都要依赖预装的老版本python的,比如yum.

使用RVM更新Ruby 版本

http://rvm.io/rvm/install Install RVM (development version): \curl -sSL https://get.rvm.io | bash Without autolibs \curl -sSL https://get.rvm.io | bash -s -- --autolibs=read-fail Install RVM stable with ruby: \curl -sSL https://get.rvm.io | bash -s s

linux下更新Python版本并修改默认版本

linux下更新Python版本并修改默认版本,有需要的朋友可以参考下. 很多情况下拿到的服务器python版本很低,需要自己动手更改默认python版本 1.从官网下载python安装包(这个版本可以是任意版本3.3 2.7 2.6等等) wget http://python.org/ftp/python/2.7/Python-2.7.tar.bz2 2.解压并安装 tar -jxvf Python-2.7.tar.bz2 cd Python-3.3.0 ./configure make al

Linux更新Python版本及修改python默认版本的方法

linux下更新Python版本并修改默认版本,有需要的朋友可以参考下. 很多情况下拿到的服务器python版本很低,需要自己动手更改默认python版本 1.从官网下载python安装包(这个版本可以是任意版本3.3 2.7 2.6等等) wget http://python.org/ftp/python/2.7/Python-2.7.tar.bz2 2.解压并安装 ? 1 2 3 4 5 6 tar -jxvf Python-2.7.tar.bz2 cd Python-3.3.0 ./con

MAC OS 更新GIT版本时遇到的问题

在更新git版本时,没有备份就删掉了原先的版本,在安装完2.18.0的新版本后,使用命令行git --version,返回错误git not a developer tool or in PATH. 问题的解决: 1.命令行中输入 which git,返回的路径是usr/bin/git,在echo $PATH 中没有; 2.确定原因,没有添加路径:目前的安装路径是usr/local/git,只要将这个路径添加系统路径里就ok: 3.cd ~,进入usr/bin ,vim .bash_profil

centos7 更新Firefox版本

centos7 更新Firefox版本 1.用你本地的旧版 firefox,访问http://www.firefox.com.cn,下载Linux版本的Firefox,因为我的是64位故选择的安装包是:”Firefox-latest-x86_64.tar.bz2“. 2.进入存放下载文件(Firefox-latest-x86_64.tar.bz2)的目录. # cd /home/***/Desktop 3.在该目录解压 Firefox-latest-x86_64.tar.bz2. 解压后会生成一