[Summary] anaconda basic call command

open anaconda prompt

1.conda info --envs View the environment in conda

2. conda activate python37 to enter the python37 environment

3.exit() wants to exit after entering the environment

4.pip list to view the library in python

Guess you like

Origin blog.csdn.net/m0_68738477/article/details/129465117