当前位置:网站首页>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/

边栏推荐
- 面试官,不要再问我三次握手和四次挥手
- mysql 的简单运用命令
- About the problems encountered by Xiaobai installing nodejs (npm WARN config global `--global`, `--local` are deprecated. Use `--location=glob)
- 剑指offer基础版 ----第31天
- [MQ I can speak for an hour]
- 剑指offer基础版 ---- 第27天
- 【mysql 提高查询效率】Mysql 数据库查询好慢问题解决
- Temporal客户端模型
- The interviewer asked me how to divide the database and the table?Fortunately, I summed up a set of eight-part essays
- 剑指offer基础版 ---- 第29天
猜你喜欢
随机推荐
Information System Project Manager Core Test Site (55) Configuration Manager (CMO) Work
三次握手与四次挥手
tf.keras.utils.pad_sequences()
What are the advantages and disadvantages of Unity shader forge and the built-in shader graph?
MySQL (updating)
Simple read operation of EasyExcel
Reference code series_1. Hello World in various languages
剑指offer专项突击版 ---第 5 天
Go中间件
mysql5.7.35安装配置教程【超级详细安装教程】
面试官竟然问我怎么分库分表?幸亏我总结了一套八股文
tf.keras.utils.get_file()
Typec手机有线网卡网线转网口转接口快充方案
Interview Redis High Reliability | Master-Slave Mode, Sentinel Mode, Cluster Cluster Mode
mysql uses on duplicate key update to update data in batches
Quickly master concurrent programming --- the basics
MySQL事务隔离级别详解
如何将项目部署到服务器上(全套教程)
Flink sink ES 写入 ES(带密码)
Kubernetes加入集群的TOKEN值过期






![<urlopen error [Errno 11001] getaddrinfo failed>的解决、isinstance()函数初略介绍](/img/a4/8c75fab6a9858c5ddec25f6a8300fb.png)
