diff --git a/environment.yml b/environment.yml index 091a4347..2418bd9f 100644 --- a/environment.yml +++ b/environment.yml @@ -1,6 +1,7 @@ name: goodman_pipeline dependencies: - python + - nomkl - numpy - pandas - matplotlib diff --git a/install_dcr.sh b/install_dcr.sh index ffc29144..cfc3c9f8 100755 --- a/install_dcr.sh +++ b/install_dcr.sh @@ -11,7 +11,7 @@ then else ENV_NAME=$(conda info | grep 'active environment' | sed 's/active environment//g' | sed "s/[: ]//g") - ENV_PATH=$(conda info | grep 'active env location' | sed 's/active env location//g' | sed "s/[: ]//g") + ENV_PATH=$(conda info | grep 'active env location' | sed 's/active env location[[:space:]]*://') echo "Using Virtual Environment: " $ENV_NAME echo "Environment path information: " $ENV_PATH if [ -d $SOURCE_DIR ]