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 --stage <envname> #19

Open HenrikBengtsson opened 2 years ago

HenrikBengtsson commented 2 years ago

Idea: Instead of:

$ conda activate myjupyter
$ conda-stage --stage

one could do:

$ conda-stage --stage myjupyter

A way to directly stage a tarball without first activating the original environment.

All we need to do here is to:

  1. Locate the original environment (but don't activate)
  2. Get the tarball om from its patent folder
  3. Stage