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

Bug: conda-stage chokes on progress output, if produced #5

Closed HenrikBengtsson closed 2 years ago

HenrikBengtsson commented 2 years ago
$ conda-stage
INFO: Staging current conda environment to local disk ...
INFO: Packaging conda environment ...
INFO: Extracting /wynton/home/cbi/hb/miniconda3/envs/myjupyter.tar.gz to /scratch/hb/conda-stage_wFWYe07Hyu
INFO: To-activate staged environment:
-bash: Collecting: command not found
-bash: Packing: command not found
-bash: 0%: command not found
-bash: 0%: command not found
-bash: 0%: command not found
-bash: 0%: command not found

Silence this progress output.

HenrikBengtsson commented 2 years ago

fixed