python基础之环境相关

1. 安装源

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple matplotlib
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com flask

-i 临时指定镜像源

国内镜像包括:
(1)阿里云 http://mirrors.aliyun.com/pypi/simple/
(2)豆瓣http://pypi.douban.com/simple/
(3)清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
(4)中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
(5)华中科技大学http://pypi.hustunique.com/

2.python编译源码需要相关依赖

yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel

3. 安装虚拟化工具

  • 安装模块

pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com virtualenv

  • 安装独立虚拟环境

virtualenv D:/workspace/pycharm/TensorFlowevenv

  • 启动
    Linux: source bin/activate
    Windows: bin/activate.bat
  • 退出
    Linux: deactivate
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值