anaconda
anaconda 安装
单词
anaconda /ˌænəˈkɑːndə/
参考
https://blog.csdn.net/weixin_56197703/article/details/124630222
下载地址
https://www.anaconda.com/
注意
- 安装路径中不能含空格和 unicode 编码
- 安装时不要勾选 Add Anaconda to my PATH environment variable 和 Register Anaconda as my default Python xxx 版本
打开
安装好后,在开始菜单中搜索 Anaconda Navigator,双击打开
启动命令行终端,安装 python
启动命令行终端
Launch CMD.exe Prompt
添加镜像
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
查看是否添加成功
conda info
创建环境,并安装 python
conda create -n test python=3.10.6
查看环境列表
conda env list
激活环境
conda activate test
安装包
conda install xxx=版本号
删除环境
conda remove -n demo --all
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!