Skip to content

Instantly share code, notes, and snippets.

@twelvejie
Last active December 3, 2024 07:01
Show Gist options
  • Save twelvejie/87ece7c703915d871d13fb693ef2f17f to your computer and use it in GitHub Desktop.
Save twelvejie/87ece7c703915d871d13fb693ef2f17f to your computer and use it in GitHub Desktop.

安装

conda install conda-pack

导出环境

conda pack -n algo_new -o algo_new.tar.gz

导入环境

mkdir -p ~/miniconda3/envs/algo
tar -xzvf algo_new.tar.gz -C ~/miniconda3/envs/algo

复制已经存在的环境

conda create -n new_env --clone source_en
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment