当前位置:网站首页>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
边栏推荐
- 6. Functions of C language, why functions are needed, how functions are defined, and the classification of functions
- 一文让你搞懂什么是TypeScript
- 9. Pointer of C language (4) pointer and one-dimensional array, pointer operation
- 字符设备驱动结构
- LeetCode_位运算_中等_260.只出现一次的数字 III
- [C language] random number generation and `include < time. H > 'learning
- C language implementation of strncpy
- 9. Pointer of C language (5) how many bytes does the pointer variable occupy
- Raspberrypico analytic PWM
- 2. Floating point number, the difference between float and double in C language and how to choose them
猜你喜欢

基于 MinIO 对象存储保障 Rancher 数据

XOR operation and its usage

C language data 3 (1)

C+ + core programming

What is the process of swing event processing?

CM4 development cross compilation tool chain production
![[C language] random number generation and `include < time. H > 'learning](/img/bb/3e47bf2e3b25653d9048884d65cda3.png)
[C language] random number generation and `include < time. H > 'learning
![[experiment sharing] CCIE BGP reflector experiment](/img/e4/1ddd611c8438cb6ca1be32f34fa67a.png)
[experiment sharing] CCIE BGP reflector experiment

一文让你搞懂什么是TypeScript

Const pointer of C language and parameter passing of main function
随机推荐
9. Pointer of C language (4) pointer and one-dimensional array, pointer operation
C+ + core programming
Raspberry pie 4B parsing PWM
lattice
Raspberry pie uses the command line to configure WiFi connections
7. Functions of C language, function definitions and the order of function calls, how to declare functions, prime examples, formal parameters and arguments, and how to write a function well
[C language] Gobang game [array and function]
Does any elder brother know how to solve the huge flinksql log
2、 Relationship between software operation and memory
Why is customer support important to SaaS?
83.(cesium之家)cesium示例如何运行
数据挖掘(数据预处理篇)--笔记
弹出模态框
[C language] guessing numbers game [function]
Commands related to obtaining administrator permissions
A chip company fell in round B
Const pointer of C language and parameter passing of main function
Wildcard ssl/tls certificate
Find the memory occupied by the structure
C language - data storage