deeplook / mcinstall

A script to quickly make/provision a fresh Miniconda installation from scratch.
MIT License
5 stars 3 forks source link

Allow file-based configuration #4

Open sackh opened 4 years ago

sackh commented 4 years ago

I suggest keep configuration in a separate module and import it in mcinstall.py. Also, explore generating configuration from .yml. This will make configuration user-defined so that if user wants to install particular version of miniconda then he can mention that in .yml. E.g. Currently, we are installing the latest version of miniconda.