当前位置:网站首页>CONDA creates, replicates, and shares virtual environments
CONDA creates, replicates, and shares virtual environments
2022-07-02 07:21:00 【lwgkzl】
Create a new virtual environment :
conda create --name env_name python=3.7
Copy an existing environment
conda create --name new_env_name --clone old_env_name
Sharing the environment
That is, export an environment as a configuration file , Reinstall this environment with this configuration file on another computer , Commonly used for environment migration
conda activate my_env_name # First go to the environment that needs to be shared
conda env export > my_env.yml # Secondly, export the environment as a configuration file
Then in other computers :
conda env create -f my_env.yml # Use this command to create a new environment , It contains all the installation packages of the previous environment
边栏推荐
- 类加载器及双亲委派机制
- 2021-07-19c CAD secondary development creates multiple line segments
- Oracle EBS database monitoring -zabbix+zabbix-agent2+orabbix
- Illustration of etcd access in kubernetes
- 外币记账及重估总账余额表变化(下)
- 如何高效开发一款微信小程序
- SSM laboratory equipment management
- 【BERT,GPT+KG调研】Pretrain model融合knowledge的论文集锦
- 【Ranking】Pre-trained Language Model based Ranking in Baidu Search
- SSM personnel management system
猜你喜欢

软件开发模式之敏捷开发(scrum)

Ding Dong, here comes the redis om object mapping framework

Agile development of software development pattern (scrum)

Analysis of MapReduce and yarn principles

ORACLE EBS ADI 开发步骤

Spark的原理解析

第一个快应用(quickapp)demo

2021-07-05c /cad secondary development create arc (4)

ERNIE1.0 与 ERNIE2.0 论文解读

Take you to master the formatter of visual studio code
随机推荐
SSM second hand trading website
CSRF攻击
Oracle segment advisor, how to deal with row link row migration, reduce high water level
如何高效开发一款微信小程序
【调参Tricks】WhiteningBERT: An Easy Unsupervised Sentence Embedding Approach
矩阵的Jordan分解实例
ORACLE APEX 21.2安装及一键部署
优化方法:常用数学符号的含义
Yolov5 practice: teach object detection by hand
ORACLE EBS 和 APEX 集成登录及原理分析
【Torch】最简洁logging使用指南
使用Matlab实现:Jacobi、Gauss-Seidel迭代
MapReduce与YARN原理解析
ERNIE1.0 与 ERNIE2.0 论文解读
腾讯机试题
Implementation of purchase, sales and inventory system with ssm+mysql
使用Matlab实现:弦截法、二分法、CG法,求零点、解方程
Oracle EBS ADI development steps
Oracle rman半自动恢复脚本-restore阶段
The boss said: whoever wants to use double to define the amount of goods, just pack up and go