Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 320 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 320 Bytes

env_Anaconda

#创建环境 conda env create -f XX.yml -n NAME

#激活环境 conda activate NAME

#退出环境 conda deactivate NAME

#删除环境 conda env remove -n NAME --all

#pkgs channels

#link1:https://anaconda.org/ #使用方法 #conda install + XX

#link2:https://pypi.org/ #使用方法 #pip install + XX