Conda 基础命令
使用 Conda 安装依赖包
# 查看当前 conda 环境安装的所有依赖包 |
创建 Conda 环境
# 语法 |
切换 Conda 环境
# 切换到 PaddleOCR 环境 |
查看电脑上已安装的 Conda 环境
conda env list |
删除某个 Conda 环境
# 语法 |
导出 Conda 环境
# 一次性将环境内的包导出 |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment