1. Anaconda: Download the corresponding version from the official website
Official website address :https://www.anaconda.com/
2. After installation Set the environment variable
stay path environment variable Add the following three directories D:\mysoft\anaconda3\Scripts; D:\mysoft\anaconda3; D:\mysoft\anaconda3\Library\bin;
among D:\mysoft\anaconda3
For installation directory
3. Initialize environment related commands
- first beginning turn conda with Set up :
conda init
- l check see python Ring habitat :
conda info -e
- l gen build finger set edition Ben Of python Ring habitat :
conda create -n
- py37 ( since set The righteous Of name call ) python = 3.7 ( finger set edition Ben )
- l Into the Enter into finger set Ring habitat :
conda activate py37
perhaps activate py37
- l refund Out When front Ring habitat :
conda deactivate
or person deactivate