当前位置:网站首页>Conda 创建,复制,分享虚拟环境
Conda 创建,复制,分享虚拟环境
2022-07-02 06:25:00 【lwgkzl】
创建一个新的虚拟环境:
conda create --name env_name python=3.7
复制现有的一个环境
conda create --name new_env_name --clone old_env_name
分享环境
即导出某个环境为配置文件,在别的计算机中以该配置文件重新安装此环境,常用于环境的迁移
conda activate my_env_name # 首先进去需要分享的环境
conda env export > my_env.yml # 其次导出环境为配置文件
之后在别的计算机中:
conda env create -f my_env.yml #使用该命令创建一个新环境,里面包含之前环境的所有安装包
边栏推荐
- Explanation of suffix of Oracle EBS standard table
- SQL injection closure judgment
- Oracle EBS DataGuard setup
- php中的二维数组去重
- php中计算树状结构数据中的合计
- php中通过集合collect的方法来实现把某个值插入到数组中指定的位置
- CRP implementation methodology
- ssm+mysql实现进销存系统
- Oracle EBS interface development - quick generation of JSON format data
- php中的数字金额转换大写数字
猜你喜欢
随机推荐
php中在二维数组中根据值返回对应的键值
UEditor . Net version arbitrary file upload vulnerability recurrence
CRP implementation methodology
ssm超市订单管理系统
php中删除指定文件夹下的内容
Sqli labs customs clearance summary-page4
数仓模型事实表模型设计
Differences between ts and JS
MySQL中的正则表达式
ORACLE EBS中消息队列fnd_msg_pub、fnd_message在PL/SQL中的应用
如何高效开发一款微信小程序
PXC high availability cluster summary
php中根据数字月份返回月份的英文缩写
ORACLE APEX 21.2安装及一键部署
Yolov5 practice: teach object detection by hand
Basic knowledge of software testing
Ceaspectuss shipping company shipping artificial intelligence products, anytime, anywhere container inspection and reporting to achieve cloud yard, shipping company intelligent digital container contr
Oracle RMAN automatic recovery script (migration of production data to test)
Pyspark build temporary report error
Agile development of software development pattern (scrum)