conda info --env
conda create -n rainfall_dev python=3.9.7
创建一个名字为rainfall_dev ,python版本为3.9.7的环境
$ conda activate spider-venv
$ conda deactivate