Skip to content

Commit 575aef1

Browse files
author
Gunther Klessinger
committed
hint
1 parent bbc0f49 commit 575aef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ helper_funcs () {
9191
function activate_venv {
9292
# must be set in environ:
9393
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; }
94+
test -e "$conda_env" || { nfo "No $conda_env"; echo -e "Hint:${M}make ci-conda-py-env$O\n"; return 1; }
9595
test -z "$CONDA_SHLVL" && { micromamba activate || return 1; }
9696
test "$CONDA_PREFIX" = "${conda_env:-x}" && return 0
9797
while [ -n "$CONDA_PREFIX" ]; do micromamba deactivate; done

0 commit comments

Comments
 (0)