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

HELP NEEDED: Turn into a Conda package #7

Open HenrikBengtsson opened 2 years ago

HenrikBengtsson commented 2 years ago

If you know how to write a Conda package, please consider reaching out to help turn 'conda-stage' into a Conda package. It's more natural and would simplify the use further. For example, anyone would be able to do:

$ conda activate myenv
$ conda install conda-stage
$ conda-stage --auto-stage=enable

without having to download and install conda-stage locally. It would probably also get rid of the need to use a shell function, which currently prevents it from working with some types of shell, e.g. csh.

Some references: