当前位置:网站首页>Create and copy conda environment
Create and copy conda environment
2022-07-29 13:30:00 【athrunsunny】
一、 condaEnvironment creation and activation
conda create -n name python=3.8
conda activate name
其中的nameis the name of the created environment,python=3.8for this environmentpython版本.
二、 conda环境复制
① Copy local to local
conda create -n B --clone A
把本地的Aenvironment cloned intoB
② Copy the environment from the first computer to the other computer
The first step is to execute the command on the first computer
conda activate name# Activate the environment to be migrated
conda env export > name.yml # Export the migration file
The second step is performed on another computer,需要把name.ymlCopy to new computer,然后在该目录下执行命令
conda env create -f name.yml # 创建新的环境
边栏推荐
猜你喜欢

SIP系统组成格式

TiDB upgrade share with case (TiDB v4.0.1 to v5.4.1)

npm install 报错问题解决合集

C语言小游戏------贪吃蛇----小白专用

Sentinel 2A data preprocessing and calculation of six common vegetation indices in snap software

MySQL如何对SQL做prepare预处理(解决IN查询SQL预处理仅能查询出一条记录的问题)

常坐飞机的你,为什么老惦记着“升舱”?

【MySQL视图】视图的概念、创建、查看、删除和修改

MySql string splitting realizes the split function (field splitting, column switching, row switching)

人脸合成效果媲美StyleGAN,而它是个自编码器
随机推荐
Py之eli5:eli5库的简介、安装、使用方法之详细攻略
APP local number one-click login
MySQL基础篇(三)-- 数据类型
容器化 | 在 Rancher 中部署 MySQL 集群
【云原生】微服务之Feign的介绍与使用
为什么用了大牌工具后报表开发依然头痛
【个人收藏】一些比较有用的链接
[Cloud native] Introduction and use of Feign of microservices
html+css+php+mysql实现注册+登录+修改密码(附完整代码)
25年来最经典的电影特效名场面
详述 TCP 的 TIME_WAIT 状态要维持 2MSL 的原因
电子游戏的核心原理
snap软件中哨兵2A数据预处理及六种常用植被指数的计算
万字长文,揭秘华为数据治理体系!
JS_删除数组里的无效数据 0 undefined ‘‘ null false NaN
【MySQL视图】视图的概念、创建、查看、删除和修改
学习的时候碰见的一个sql问题,希望大佬们可以解答一二?
MLX90640 infrared thermal imaging temperature measuring sensor module development notes (9)
MySQL 安装报错的解决方法
[网鼎杯 2020 半决赛]AliceWebsite