当前位置:网站首页>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
边栏推荐
- 太厉害了,终于有人能把文件上传漏洞讲的明明白白了
- MySQL8.0.26安装配置教程(windows 64位)
- [debug highlights] Expected input batch_size (1) to match target batch_size (0)
- [R language] [3] apply, tapply, lapply, sapply, mapply and par function related parameters
- [Cloud Native] DevOps (5): Integrating Harbor
- MySQL8.0安装教程,在Linux环境安装MySQL8.0教程,最新教程 超详细
- 城市内涝及桥洞隧道积水在线监测系统
- Sql解析转换之JSqlParse完整介绍
- Temporal客户端模型
- SQL injection of DVWA
猜你喜欢
随机推荐
【LeetCode-SQL每日一练】——2. 第二高的薪水
a different object with the same identifier value was already associated with the session
Redis Advanced - Cache Issues: Consistency, Penetration, Penetration, Avalanche, Pollution, etc.
再见了繁琐的Excel,掌握数据分析处理技术就靠它了
MySQL优化之慢日志查询
110道 MySQL面试题及答案 (持续更新)
Temporal对比Cadence
关于LocalDateTime的全局返回时间带“T“的时间格式处理
Unity resources management series: Unity framework how to resource management
PCL calculates the point cloud coordinate maximum and its index
Linux的mysql报ERROR 1045 (28000) Access denied for user ‘root‘@‘localhost‘ (using password NOYSE)
SQL行列转换
Unity框架设计系列:Unity 如何设计网络框架
MySQL transaction isolation level, rounding
Redis进阶 - 缓存问题:一致性、穿击、穿透、雪崩、污染等.
MySQL optimization: from ten seconds to three hundred milliseconds
.NET-6.WinForm2.NanUI learning and summary
MySQL-如何分库分表?一看就懂
MySQL forgot password
Centos7 install mysql5.7 steps (graphical version)