当前位置:网站首页>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
边栏推荐
- Temporal对比Cadence
- Lock wait timeout exceeded解决方案
- Unity框架设计系列:Unity 如何设计网络框架
- Lua,ILRuntime, HybridCLR(wolong)/huatuo hot update comparative analysis
- a different object with the same identifier value was already associated with the session
- Unity手机游戏性能优化系列:针对CPU端的性能调优
- 【ORACLE Explain 详解】
- Unity Tutorial: URP Rendering Pipeline Practical Tutorial Series [1]
- DVWA靶场环境搭建
- centos7安装mysql5.7
猜你喜欢
Unity Tutorial: URP Rendering Pipeline Practical Tutorial Series [1]
Temporal客户端模型
MySQL database addition, deletion, modification and query (detailed explanation of basic operation commands)
【MySQL8入门到精通】基础篇- Linux系统静默安装MySQL,跨版本升级
DVWA靶场环境搭建
SQL row-column conversion
分布式事务处理方案大 PK!
Shell重油常压塔模拟仿真与控制
MySQL8.0.26安装配置教程(windows 64位)
Distributed Transactions - Introduction to Distributed Transactions, Distributed Transaction Framework Seata (AT Mode, Tcc Mode, Tcc Vs AT), Distributed Transactions - MQ
随机推荐
What are the advantages and disadvantages of Unity shader forge and the built-in shader graph?
sql语句之多表查询
Minio上传文件ssl证书不受信任
2022-07-30:以下go语言代码输出什么?A:[]byte{} []byte;B:[]byte{} []uint8;C:[]uint8{} []byte;D:[]uin8{} []uint8。
MySQL开窗函数
sql statement - how to query data in another table based on the data in one table
Unity Framework Design Series: How Unity Designs Network Frameworks
MySQL(更新中)
MySQL optimization slow log query
Doris学习笔记之监控
Mysql——字符串函数
Sql解析转换之JSqlParse完整介绍
Information System Project Manager Core Test Site (55) Configuration Manager (CMO) Work
Apache DButils使用注意事项--with modifiers “public“
【MySQL8入门到精通】基础篇- Linux系统静默安装MySQL,跨版本升级
MySQL8--Windows下使用压缩包安装的方法
MYSQL下载及安装完整教程
Why use Flink and how to get started with Flink?
PCL calculates the point cloud coordinate maximum and its index
Temporal客户端模型