Closed anoushkrit closed 2 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
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
bash Anaconda3-2024.02-1-Linux-x86_64.sh
in that directory, if it is, otherwise path
https://docs.anaconda.com/free/anaconda/install/linux/
tar -xzf env.tar.gz -C ~/anaconda3/envs/