From 61f0029835de586ae4c42053e8227b07f92bfc40 Mon Sep 17 00:00:00 2001 From: Vivian Miranda <3210728+vivianmiranda@users.noreply.github.com> Date: Sat, 29 Jul 2023 12:45:04 -0400 Subject: [PATCH] Update setup_cocoa_installation_packages --- Cocoa/setup_cocoa_installation_packages | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Cocoa/setup_cocoa_installation_packages b/Cocoa/setup_cocoa_installation_packages index b4972d3d..6b2faa8c 100644 --- a/Cocoa/setup_cocoa_installation_packages +++ b/Cocoa/setup_cocoa_installation_packages @@ -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 -------------------------