anoushkrit / open-setups

step-by-step guides to installing various softwares which don't have an easy way to get installed
GNU General Public License v3.0
0 stars 0 forks source link

conda pack and create new #5

Closed anoushkrit closed 2 days ago

anoushkrit commented 6 months ago
conda pack -n my_env -o out_name.tar.gz
conda create --name my_env python=3.8.10
tar -xzf my_env.tar.gz -C my_env
anoushkrit commented 6 months ago

Just installing conda

https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-x86_64.sh

curl -O https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-x86_64.sh

anoushkrit commented 6 months ago

bash Anaconda3-2024.02-1-Linux-x86_64.sh

in that directory, if it is, otherwise path

anoushkrit commented 6 months ago

https://docs.anaconda.com/free/anaconda/install/linux/

anoushkrit commented 2 days ago

To extract of create back the environment from your tarball

tar -xzf env.tar.gz -C ~/anaconda3/envs/