HenrikBengtsson / conda-stage

conda-stage: Stage a Conda Environment on Local Disk
https://github.com/HenrikBengtsson/conda-stage
ISC License
7 stars 0 forks source link

Tarball for base environment saved in home folder #10

Open HenrikBengtsson opened 2 years ago

HenrikBengtsson commented 2 years ago

Since the base conda environment is typically located in ~/miniconda3, it means that the base tarball will be saved as ~/base.tar.gz. We want to:

HenrikBengtsson commented 2 years ago

Maybe should prevent the base environment from being staged, simply because it's really big. Better to work with smaller environments.

HenrikBengtsson commented 2 years ago

It can actually be really useful to stage the base environment, especially if it's already a read-only installation.

SquashFS can make it even more convenient.