Anaconda清华镜像--安装、配置与使用

1. Anaconda下载安装

1.1 下载地址

清华镜像:https://mirrors.tuna.tsinghua.edu.cn/
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
选择适合自己系统的最新版本下载。

1.2 安装

双击下载后的exe文件:
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
此时安装的应用如下:
在这里插入图片描述
Anaconda Navigator:图形化界面
Anaconda Powershell Prompt命令行
Anaconda Prompt:命令行

Anaconda Powershell Prompt 和 Anaconda Prompt 两者区别:

  1. https://stackoverflow.com/questions/56656493/what-is-the-difference-between-anaconda-prompt-and-anaconda-powershell-prompt
  2. https://www.coder.work/article/3155101

Jupyter Notebook:是一个交互式笔记本,支持运行40多种编程语言。IPython notebook是一个基于IPython REPL的web应用,安装IPython后在终端输入ipython notebook即可启动服务。

jupyter:是把IPython和Python解释器剥离后的产物,将逐渐替代IPython独立发行。

2. 配置清华镜像源

首先,先运行anaconda.
在这里插入图片描述
在这里插入图片描述
一般修改配置文件,如下:
https://mirror.tuna.tsinghua.edu.cn/help/anaconda/

找到用户目录下.condarc文件,以记事本打开。一般不可见,先显示隐藏的项目。
在这里插入图片描述
修改为下:

channels:
  - defaults
show_channel_urls: true
default_channels:
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
custom_channels:
  conda-forge: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  msys2: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  bioconda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  menpo: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  pytorch: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
  simpleitk: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud

 
 
 
 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14

即可添加 Anaconda Python 免费仓库。

3. 测试使用

先创建一个新环境:
在这里插入图片描述
我使用pycharm测试python程序,先安pycharm:
下载地址:https://www.jetbrains.com/pycharm/download/#section=windows
在这里插入图片描述
选择免费的社区版下载即可。下载后双击安装。

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

  • 3
    点赞
  • 54
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值