-
Notifications
You must be signed in to change notification settings - Fork 6
Description
To install miniconda, the user is referred to tmpl/tools/setup_miniconda.sh. It is nice that this script is provided, but when running it, miniconda is installed in the current working directory. Now a separate miniconda installation for every package is probably not what the average user wants, it should rather be installed in a common place for all packages. The option to do that can however only be found by inspecting the script, as it is neither documented in the README.md nor does the script have a -h or --help option. There is also no indication how to activate conda after installation (with conda init). And it seems that the README in the template, that will become the top README of each package based on the blueprint, doesn't even mention conda/miniconda as prerequisite at all.