常用命令

迁移Conda环境:

# at old machine
conda env export > environment.yml
# go to new machine
conda env create -f environment.yml

  

posted @ 2023-11-08 13:37  白与花糖  阅读(7)  评论(0)    收藏  举报