Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 4f437d4a authored by Kostis ANAGNOSTOPOULOS's avatar Kostis ANAGNOSTOPOULOS
Browse files

FEAT(setup) STOP on conda-init, to split in 2 runs >

so as to reload terminal-session with all RC-files updated,
before creating conda-env
(eg `~/.condarc` to speedup things).
parent 99dc0127
Branches
Tags
No related merge requests found
...@@ -213,7 +213,7 @@ function upd40_bashrc_conda_init { ...@@ -213,7 +213,7 @@ function upd40_bashrc_conda_init {
conda config --set auto_update_conda False conda config --set auto_update_conda False
conda init bash # Effective only if never used conda before. conda init bash # Effective only if never used conda before.
echo "UPDATED" exit 0
fi fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment