how to backup conda environment in
#to save your conda environment as txt file write this in the bash
conda list --explicit > env.txt
#to use this file to back-up your environment
conda install --name myenv --file env.txt
how to backup conda environment in
#to save your conda environment as txt file write this in the bash
conda list --explicit > env.txt
#to use this file to back-up your environment
conda install --name myenv --file env.txt
conda write environment.yml
conda env export > environment_droplet.yml
clone an environment conda
conda create --name myclone --clone myenv
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us