Skip to content

Commit

Permalink
Update setup_cocoa_installation_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianmiranda authored Jul 29, 2023
1 parent 88fd232 commit 61f0029
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Cocoa/setup_cocoa_installation_packages
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,14 @@ if [ -n "${SET_INSTALLATION_OPTIONS}" ]; then
else
source set_installation_options
fi
if [ -n "${MINICONDA_INSTALLATION}" ]; then
if [ ${CONDA_SHLVL} -ne 1 ]; then
echo "MINICONDA_INSTALLATION SET BUT CONDA ENVIRONMENT NOT ACTIVATED"
source stop_cocoa
return 1
fi
fi

#if [ -n "${MINICONDA_INSTALLATION}" ]; then
# if [ ${CONDA_SHLVL} -ne 1 ]; then
# echo "MINICONDA_INSTALLATION SET BUT CONDA ENVIRONMENT NOT ACTIVATED"
# source stop_cocoa
# return 1
# fi
#fi
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# ---------------------- Activate Virtual Enviroment -------------------------
Expand Down

0 comments on commit 61f0029

Please sign in to comment.