当前位置:   article > 正文

下载最新版Anaconda、安装、更换源、配置虚拟环境并在vscode中使用

下载最新版Anaconda、安装、更换源、配置虚拟环境并在vscode中使用

进入官网

https://repo.anaconda.com/
或进入清华大学下载
https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
在这里插入图片描述

进入下载页

在这里插入图片描述

安装

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

更换源

在这里插入图片描述

  1. 查看已经存在的镜像源
bash
conda config --show channels
  • 1
  • 2

在这里插入图片描述
2. 添加清华大学镜像源

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch
  • 1
  • 2
  • 3
  • 4

在这里插入图片描述
Anaconda 仓库与第三方源(conda-forge、msys2、pytorch等)的镜像,各系统都可以通过修改用户目录下的 .condarc 文件。Windows 用户无法直接创建名为 .condarc 的文件,可先执行 conda config --set show_channel_urls yes 生成该文件之后再修改。

  1. 设置搜索时显示通道地址
conda config --set show_channel_urls yes
  • 1
  1. 删除已经存在的镜像源
conda config --remove-key channels
  • 1

配置虚拟环境env

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

![在这里插入图片描述](https://i-blog.csdnimg.cn/direct/7ccc81aec23d47ceb416ff34af35cb17.png#pic_center =500x
在这里插入图片描述

安装包requests

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

在这里插入图片描述

在vscode中使用虚拟环境

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/天景科技苑/article/detail/876250
推荐阅读
相关标签
  

闽ICP备14008679号