This repository is intended for personal use to help manage multiple machines and frequent Linux distribution changes.
Disclaimer: All scripts and files provided in this repository are supplied as-is, without any warranty, guarantee, or support. Please review and understand the contents before executing them. The author assumes no responsibility or liability for any loss, damage, or issues arising from the use of these materials. Use at your own risk.
- On the old machine, make the backup script executable via
chmod +x export_conda_envs.sh - Run it to backup Miniconda envs:
./export_conda_envs.sh - Copy the directory on the new machine
- Move the
mamba_rebuild.shfile to the same directory as the backup*.ymlfiles - Make it executable via
chmod +x mamba_rebuild.sh - Run it to rebuild envs with mamba:
./mamba_rebuild.sh