当前位置:网站首页>Anaconda creation environment
Anaconda creation environment
2022-07-28 20:22:00 【Darcy cui】
Start by opening Anaconda Prompt
We type in the command :
conda --version see Anaconda Installed version
conda env list View the installed environment , On the right “*” Indicates the current environment

Create an environment
1. establish test03 Environmental Science , Enter the command :conda create -n test03 python=3.9, Means to create a file named test03 Environment , This environment is used python The version is 3.9 Version of ( Bloggers here python The version is 3.9 Version of , Please follow your own python Version selection )

2. Once created , Enter the command : conda env list see test03 The environment has been created , The asterisk indicates the current environment .

3. Enter the environment . Enter the command :activate test03 , Get into test03 Environmental Science

my conda The environment is installed by default in C Plate , If it is in another drive letter , You can use cd Convert drive letter
Next, you can install the required packages pip installl xxx
边栏推荐
- 有哪个老哥知道flinksql 日志很大要怎么解决吗
- C language implementation of strncpy
- C language array and bubble sort
- Raspberry pie 4B ffmpeg RTMP streaming
- C+ + core programming
- Quick sort template
- C language operators and input and output
- robobrowser的简单使用
- Solve the problem of adding the least number of parentheses (interval DP)
- Raspberry pie creation self start service
猜你喜欢

9. Pointer of C language (2) wild pointer, what is wild pointer, and the disadvantages of wild pointer

DSACTF7月re

83.(cesium之家)cesium示例如何运行

C language data 3 (1)

熊市下PLATO如何通过Elephant Swap,获得溢价收益?
![[C language] guessing numbers game [function]](/img/db/8ebdb02f137878224367503b730803.png)
[C language] guessing numbers game [function]

一碰撞就自燃,谁来关心电池安全?上汽通用有话说

9. Pointer of C language (1) what is pointer and how to define pointer variables

zfoo增加类似于mydog的路由

Explain RESNET residual network in detail
随机推荐
C language - pointer
Implementation of memcpy in C language
一碰撞就自燃,谁来关心电池安全?上汽通用有话说
The privatized instant messaging platform protects the security of enterprise mobile business
Commands related to obtaining administrator permissions
File lookup and file permissions
Item exception handling in SSM
【pytorch】LSTM神经网络
[C language] print pattern summary
C language operators and input and output
robobrowser的简单使用
Raspberry pie 3b ffmpeg RTMP streaming
字符设备驱动结构
LeetCode_位运算_中等_260.只出现一次的数字 III
C+ + core programming
2. Floating point number, the difference between float and double in C language and how to choose them
[C language] guessing numbers game [function]
Maximum exchange [greedy thought & monotonic stack implementation]
New fruit naming (DP is similar to the longest common subsequence)
plt. What does it mean when linestyle, marker, color equals none in plot()