当前位置:网站首页>Anaconda配置环境指令
Anaconda配置环境指令
2022-07-31 05:09:00 【Cheng-O】
查看现存的环境 : conda env list

创建新的环境 : conda create -- name <env_name> <package_name>

切换到指定的环境 : conda activate <env_name>

退出当前环境 : conda deactivate

复制环境 : conda create --name <new_env_name> --clone <copied_env_name>
删除环境 : conda remove --name <env_name> --all
最后在pycharm中找到自己新建的环境添加到解释器:
Anaconda/envs/<env_name>/python.exe

边栏推荐
- wx.miniProgram.navigateTo在web-view中跳回小程序并传参
- MySQL8.0.26安装配置教程(windows 64位)
- Duplicate entry ‘XXX‘ for key ‘XXX.PRIMARY‘解决方案。
- MySQL_关于JSON数据的查询
- MySQL window function
- MySQL忘记密码怎么办
- Centos7 install mysql5.7
- Goodbye to the cumbersome Excel, mastering data analysis and processing technology depends on it
- Create componentized development based on ILRuntime hot update
- Puzzle Game Level Design: Reverse Method--Explaining Puzzle Game Level Design
猜你喜欢

ERROR 1064 (42000) You have an error in your SQL syntax; check the manual that corresponds to your

MySQL忘记密码怎么办

Information System Project Manager Core Test Site (55) Configuration Manager (CMO) Work

Temporal介绍
【一起学Rust】Rust的Hello Rust详细解析
![【JS面试题】面试官:“[1,2,3].map(parseInt)“ 输出结果是什么?答上来就算你通过面试](/img/7a/c70077c7a95137aaeb49c344c82696.png)
【JS面试题】面试官:“[1,2,3].map(parseInt)“ 输出结果是什么?答上来就算你通过面试

The MySQL database installed configuration nanny level tutorial for 8.0.29 (for example) have hands

mysql存储过程

【MQ我可以讲一个小时】

MySQL(更新中)
随机推荐
MySQL forgot password
MYSQL下载及安装完整教程
MySQL8.0.26安装配置教程(windows 64位)
What are the advantages and disadvantages of Unity shader forge and the built-in shader graph?
限流的原理
STM32 - DMA
Create componentized development based on ILRuntime hot update
CentOS7 安装MySQL 图文详细教程
About the problems encountered by Xiaobai installing nodejs (npm WARN config global `--global`, `--local` are deprecated. Use `--location=glob)
Unity Framework Design Series: How Unity Designs Network Frameworks
MySQL database addition, deletion, modification and query (detailed explanation of basic operation commands)
MySQL optimization: from ten seconds to three hundred milliseconds
mysql存储过程
Sql解析转换之JSqlParse完整介绍
面试Redis 高可靠性|主从模式、哨兵模式、Cluster集群模式
Summary of MySQL common interview questions (recommended collection!!!)
Unity Tutorial: URP Rendering Pipeline Practical Tutorial Series [1]
[R language] [3] apply, tapply, lapply, sapply, mapply and par function related parameters
sql statement - how to query data in another table based on the data in one table
关于小白安装nodejs遇到的问题(npm WARN config global `--global`, `--local` are deprecated. Use `--location=glob)