码迷,mamicode.com
首页 > 编程语言 > 详细

python环境搭建

时间:2020-02-15 19:06:30      阅读:70      评论:0      收藏:0      [点我收藏+]

标签:环境   官方   channels   添加   cond   The   msys2   pip   安装   

1.Anaconda安装

2.更新包

`conda install -all`

添加清华源

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge 
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/

# 设置搜索时显示通道地址
conda config --set show_channel_urls yes

换回官方源

conda config --remove-key channels

检查源

 conda config --show

查看jupyter版本

jupyter --version

#下载主题

# 安装
pip install jupyterthemes  
# 更新到最新版本
pip install --upgrade jupyterthemes

jt -t 主题名(gruvboxl)

python环境搭建

标签:环境   官方   channels   添加   cond   The   msys2   pip   安装   

原文地址:https://www.cnblogs.com/Hephaestus/p/12312902.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!