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

conda-stage --unstage #3

Closed HenrikBengtsson closed 2 years ago

HenrikBengtsson commented 2 years ago

Add conda-stage --unstage that will:

  1. conda deactivate the staged conda environment
  2. conda activate <parent-env> the original, parent conda environment
  3. rm -rf the staged conda environment