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

边栏推荐
猜你喜欢

Goodbye to the cumbersome Excel, mastering data analysis and processing technology depends on it

Refinement of the four major collection frameworks: Summary of List core knowledge

为什么要用Flink,怎么入门使用Flink?

MYSQL下载及安装完整教程

mysql存储过程

Distributed Transactions - Introduction to Distributed Transactions, Distributed Transaction Framework Seata (AT Mode, Tcc Mode, Tcc Vs AT), Distributed Transactions - MQ

Mysql——字符串函数

Shell重油常压塔模拟仿真与控制

Temporal介绍

DVWA installation tutorial (understand what you don't understand · in detail)
随机推荐
numpy和pytorch中的元素拼接操作:stack,concatenat,cat
MySQL8--Windows下使用压缩包安装的方法
Kubernetes加入集群的TOKEN值过期
有了MVC,为什么还要DDD?
mysql使用on duplicate key update批量更新数据
基于flask的三方登陆的流程
剑指offer基础版 ----第31天
ES source code API call link source code analysis
Unity resources management series: Unity framework how to resource management
Three oj questions on leetcode
数据集划分以及交叉验证法
MySQL_关于JSON数据的查询
剑指offer专项突击版 --- 第 3 天
再见了繁琐的Excel,掌握数据分析处理技术就靠它了
110 MySQL interview questions and answers (continuously updated)
质量小议12 -- 以测代评
MySQL forgot password
With MVC, why DDD?
Shell重油常压塔模拟仿真与控制
DVWA shooting range environment construction