1、pip与pip3理解 centos中,我的pip与pip3都是python2.7的,所以无法安装成功,总是安装成python2的 新的linux有些无pip,先安装pip 查看版本 ...
分类:
编程语言 时间:
2019-11-28 13:22:43
阅读次数:
75
使用Dockerfile封装Django镜像 部署过程 1.查看镜像 REPOSITORY TAG IMAGE ID CREATED SIZE centos latest 9f38484d220f 3 weeks ago 202MB 2.在/opt下建立了docker目录,下载一个django-2. ...
分类:
其他好文 时间:
2019-11-28 12:57:59
阅读次数:
64
pytorch 版本使用1.1.0 参照下列命令 pip3 install https://download.pytorch.org/whl/cu100/torch-1.1.0-cp36-cp36m-win_amd64.whl ##(CUDA 10.0) https://download.pytor ...
分类:
其他好文 时间:
2019-11-27 10:37:02
阅读次数:
182
安装pip3 获取ryu源码 安装依赖 安装ryu ...
分类:
其他好文 时间:
2019-11-26 22:27:23
阅读次数:
64
临时换源: pip3 install 包名 -i 源的url 国内源列表 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mir ...
分类:
其他好文 时间:
2019-11-26 19:34:58
阅读次数:
78
1.目前使用CPU即可,先不需要显卡配置 2.使用pip3 安装深度学习框架 3.要先安装pip3 #sudo apt install python3-pip https://blog.csdn.net/bjzhaoxiao/article/details/81270368 https://blog ...
分类:
系统相关 时间:
2019-11-24 19:32:54
阅读次数:
80
Jumpserver 环境要求:硬件配置: 2个CPU核心, 4G 内存, 50G 硬盘(最低)操作系统: Linux 发行版 x86_64Python = 3.6.xMysql Server ≥ 5.6Mariadb Server ≥ 5.5.56Redis [root@test ~]# cat ...
分类:
其他好文 时间:
2019-11-24 13:46:06
阅读次数:
75
【问题】环境变量已配置,但pip、pip3无法使用,且script文件夹为空解决: 一、安装pip3 运行完之后就pip3有了: 二、安装pip 然后就有pip了: 最后就可以愉快的使用pip或pip3了 ...
分类:
其他好文 时间:
2019-11-23 20:14:29
阅读次数:
115
更新系统软件源 sudo apt-get update pip3安装 sudo apt install python3-pip 安装virtualenvwrapper pip3 install virtualenvwrapper 修改.bashrc,最后面添加以下代码: sudo vim ~/.ba ...
分类:
系统相关 时间:
2019-11-21 19:52:51
阅读次数:
281
安装项目依赖:sudo pip3 install pipreqs 生成依赖文件(requirements.txt):pipreqs ./ # 进入项目目录,在项目文件夹里生成安装依赖文件里的环境:pip3 install -r requirements.txt ...
分类:
其他好文 时间:
2019-11-21 16:48:30
阅读次数:
66