当前位置:网站首页>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
边栏推荐
- Network security -- intrusion detection of emergency response
- PHP uses the method of collecting to insert a value into the specified position in the array
- SSM second hand trading website
- 优化方法:常用数学符号的含义
- ORACLE 11G利用 ORDS+pljson来实现json_table 效果
- php中判断版本号是否连续
- SSM personnel management system
- Sqli-labs customs clearance (less2-less5)
- 使用Matlab实现:幂法、反幂法(原点位移)
- How to efficiently develop a wechat applet
猜你喜欢

Sqli Labs clearance summary - page 2

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

【信息检索导论】第一章 布尔检索

Ingress Controller 0.47.0的Yaml文件

Illustration of etcd access in kubernetes

How to efficiently develop a wechat applet

Network security -- intrusion detection of emergency response

外币记账及重估总账余额表变化(下)

Two table Association of pyspark in idea2020 (field names are the same)

IDEA2020中测试PySpark的运行出错
随机推荐
PM2 simple use and daemon
Oracle apex 21.2 installation and one click deployment
ssm超市订单管理系统
MySQL composite index with or without ID
中年人的认知科普
Yolov5 practice: teach object detection by hand
Oracle EBS数据库监控-Zabbix+zabbix-agent2+orabbix
【信息检索导论】第七章搜索系统中的评分计算
Ding Dong, here comes the redis om object mapping framework
RMAN incremental recovery example (1) - without unbacked archive logs
Oracle 11g sysaux table space full processing and the difference between move and shrink
php中的数字金额转换大写数字
Oracle RMAN automatic recovery script (migration of production data to test)
TCP attack
Oracle segment advisor, how to deal with row link row migration, reduce high water level
How to call WebService in PHP development environment?
User login function: simple but difficult
SSM学生成绩信息管理系统
使用Matlab实现:幂法、反幂法(原点位移)
parser.parse_args 布尔值类型将False解析为True