当前位置:网站首页>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
边栏推荐
- MapReduce concepts and cases (Shang Silicon Valley Learning Notes)
- Spark SQL task performance optimization (basic)
- Explanation of suffix of Oracle EBS standard table
- view的绘制机制(三)
- ARP攻击
- Oracle 11g uses ords+pljson to implement JSON_ Table effect
- IDEA2020中测试PySpark的运行出错
- 华为机试题
- ORACLE APEX 21.2安装及一键部署
- Module not found: Error: Can't resolve './$$_gendir/app/app.module.ngfactory'
猜你喜欢
【信息检索导论】第二章 词项词典与倒排记录表
Classloader and parental delegation mechanism
外币记账及重估总账余额表变化(下)
Oracle EBS数据库监控-Zabbix+zabbix-agent2+orabbix
Cognitive science popularization of middle-aged people
SSM学生成绩信息管理系统
【调参Tricks】WhiteningBERT: An Easy Unsupervised Sentence Embedding Approach
Three principles of architecture design
離線數倉和bi開發的實踐和思考
SSM supermarket order management system
随机推荐
Get the uppercase initials of Chinese Pinyin in PHP
华为机试题
ORACLE 11G SYSAUX表空间满处理及move和shrink区别
php中判断版本号是否连续
Explain in detail the process of realizing Chinese text classification by CNN
spark sql任务性能优化(基础)
Sparksql data skew
类加载器及双亲委派机制
ORACLE EBS中消息队列fnd_msg_pub、fnd_message在PL/SQL中的应用
Oracle segment advisor, how to deal with row link row migration, reduce high water level
parser.parse_args 布尔值类型将False解析为True
Oracle rman自动恢复脚本(生产数据向测试迁移)
Message queue fnd in Oracle EBS_ msg_ pub、fnd_ Application of message in pl/sql
view的绘制机制(三)
ssm+mysql实现进销存系统
ORACLE 11G利用 ORDS+pljson来实现json_table 效果
SSM personnel management system
The boss said: whoever wants to use double to define the amount of goods, just pack up and go
JSP智能小区物业管理系统
Oracle 11g sysaux table space full processing and the difference between move and shrink