当前位置:网站首页>Anaconda configure environment directives
Anaconda configure environment directives
2022-07-31 05:32:00 【Cheng-O】
View existing environments: conda env list
Create a new environment: conda create -- name
Switch to the specified environment: conda activate
Exit the current environment: conda deactivate
Copy environment: conda create --name
To remove an environment: conda remove --name
Finally find your new environment in pycharm and add it to the interpreter:
Anaconda/envs/
边栏推荐
- A complete introduction to JSqlParse of Sql parsing and conversion
- Multiple table query of sql statement
- Quickly master concurrent programming --- the basics
- Temporal介绍
- MySQL optimization slow log query
- 数据集划分以及交叉验证法
- Information System Project Manager Core Test Site (55) Configuration Manager (CMO) Work
- 运用flask框架发送短信验证码的流程及具体代码
- 剑指offer专项突击版 ---- 第 6 天
- MySQL优化之慢日志查询
猜你喜欢
Mysql——字符串函数
[MQ I can speak for an hour]
docker安装postgresSQL和设置自定义数据目录
Quickly master concurrent programming --- the basics
Minesweeper game (written in c language)
2022-07-30:以下go语言代码输出什么?A:[]byte{} []byte;B:[]byte{} []uint8;C:[]uint8{} []byte;D:[]uin8{} []uint8。
MySQL_关于JSON数据的查询
剑指offer基础版 ---- 第27天
【LeetCode-SQL每日一练】——2. 第二高的薪水
With MVC, why DDD?
随机推荐
[MQ I can speak for an hour]
工作流编排引擎-Temporal
pytorch中的一维、二维、三维卷积操作
C语言教程(三)-if和循环
有了MVC,为什么还要DDD?
太厉害了,终于有人能把文件上传漏洞讲的明明白白了
目标检测学习笔记
What are the advantages and disadvantages of Unity shader forge and the built-in shader graph?
The monitoring of Doris study notes
分布式事务处理方案大 PK!
面试官问我TCP三次握手和四次挥手,我真的是
1. 获取数据-requests.get()
DVWA shooting range environment construction
Mysql application cannot find my.ini file after installation
数据库学习笔记
Moment Pool Cloud quickly installs packages such as torch-sparse and torch-geometric
mysql uses on duplicate key update to update data in batches
面试Redis 高可靠性|主从模式、哨兵模式、Cluster集群模式
C语言如何分辨大小端
【一起学Rust】Rust学习前准备——注释和格式化输出