pip
-
Linux下普通账户配置Python开发环境的步骤
1)安装Python 当你不是机器上唯一的用户,并且管理员已经在系统上安装了Python2和Python3,但版本不是你想要的,你可能需要手动安装Python的特定版本。a. 从P…
-
Linux(Ubuntu或CentOS) Docker 安装 Python2.7及PIP的Dockerfile文件
Docker镜像中若要安装Python2.7和PIP,需要使用Dockerfile文件来进行安装,Dockerfile 是一个用来构建镜像的文本文件。本文主要介绍Docker 在L…
-
使用pip离线安装python第三方模块
安装pip2pi # tar zxf pip2pi-0.8.2.tar.gz # cd pip2pi-0.8.2/ # python setup.py bu…
-
Try to run this command from the system terminal. Make sure that you use the correct version of 
切换后,安装第三方库报错: Try to run this command from the system terminal. Make sure that you u…
-
python准备工作
pip包管理 你可以通过以下命令来判断是否已安装: pip –version # Python2.x 版本命令 pip3 –version # Python3.x 版本命令 p…
-
【python】pip默认源更换为清华镜像
临时更换 pip install package -i https://pypi.tuna.tsinghua.edu.cn/simple 永久使用 pip config set g…
-
关于使用scp远程迁移miniconda环境导致jupyter pip pip3等不能使用的踩坑记录
由于没有管理权限,但工作又需要在计算节点配置一些基本的软件。终于只能通过scp将管理节点的conda环境整个打包到计算节点中。中间还是遇到一些麻烦的,但总算是解决了。 一 迁移an…
-
python三大神器之virtualenv
pip, virtualenv, fabric通称为pythoner的三大神器。 virtualenv virtualenv——用来建立一个虚拟…
-
肖sir__pytest
pytest 一、介绍 ==========================================二、安装 安装方式: (1)pip install -U pytest …
-
可视化工具GraphViz安装问题——`pydot` failed to call GraphViz.Please install GraphViz
问题描述 报错信息如下:Error: `pydot` failed to call GraphViz.Please install GraphViz (https://www.gr…