We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc0f49 commit 575aef1Copy full SHA for 575aef1
1 file changed
make
@@ -91,7 +91,7 @@ helper_funcs () {
91
function activate_venv {
92
# must be set in environ:
93
local conda_env="$(conda_root)/envs/${PROJECT}_py${pyver}"
94
- test -e "$conda_env" || { nfo "No $conda_env"; echo -e "Run$M \nmake ci-conda-py-env$O"; return 1; }
+ test -e "$conda_env" || { nfo "No $conda_env"; echo -e "Hint:${M}make ci-conda-py-env$O\n"; return 1; }
95
test -z "$CONDA_SHLVL" && { micromamba activate || return 1; }
96
test "$CONDA_PREFIX" = "${conda_env:-x}" && return 0
97
while [ -n "$CONDA_PREFIX" ]; do micromamba deactivate; done
0 commit comments