Skip to content

Commit

Permalink
Merge pull request #699 from hubmapconsortium/sunset666/switch_to_con…
Browse files Browse the repository at this point in the history
…da_env

Switch to Conda for all instances
  • Loading branch information
sunset666 authored Jan 4, 2023
2 parents b048365 + 2b32531 commit 0ca2004
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# HM_AF_METHOD must be one of venv, module_conda, or conda
# HM_AF_ENV_NAME must be the name of the conda environment or the full path to the venv dir
#HM_AF_METHOD='module_conda'
#HM_AF_METHOD='conda'
#HM_AF_ENV_NAME='condaEnv_centos_7_python_3.6_dev'
HM_AF_METHOD='venv'
HM_AF_ENV_NAME='/hive/users/hive/hubmap/hivevm191-dev/venv'
# HM_AF_METHOD='module_conda'
HM_AF_METHOD='conda'
HM_AF_ENV_NAME='condaEnv_centos_7_python_3.6_dev'
# HM_AF_METHOD='venv'
# HM_AF_ENV_NAME='/hive/users/hive/hubmap/hivevm191-dev/venv'

PARENTDIR="$(dirname "$(readlink -f "$0")")"
. "${PARENTDIR}/airflow_environments/env_dev.sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

# HM_AF_METHOD must be one of venv, module_conda, or conda
# HM_AF_ENV_NAME must be the name of the conda environment or the full path to the venv dir
HM_AF_METHOD='venv'
HM_AF_ENV_NAME='/hive/users/hive/hubmap/hivevm193-prod/venv'
HM_AF_METHOD='conda'
HM_AF_ENV_NAME='condaEnv_centos_7_python_3.6_prod'
# HM_AF_METHOD='venv'
# HM_AF_ENV_NAME='/hive/users/hive/hubmap/hivevm193-prod/venv'

PARENTDIR="$(dirname "$(readlink -f "$0")")"
. "${PARENTDIR}/airflow_environments/env_prod.sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

# HM_AF_METHOD must be one of venv, module_conda, or conda
# HM_AF_ENV_NAME must be the name of the conda environment or the full path to the venv dir
HM_AF_METHOD='venv'
HM_AF_ENV_NAME='/hive/users/hive/hubmap/hivevm192-test/venv'
HM_AF_METHOD='conda'
HM_AF_ENV_NAME='condaEnv_centos_7_python_3.6_test'
# HM_AF_METHOD='venv'
# HM_AF_ENV_NAME='/hive/users/hive/hubmap/hivevm192-test/venv'

PARENTDIR="$(dirname "$(readlink -f "$0")")"
. "${PARENTDIR}/airflow_environments/env_test.sh"
Expand Down

0 comments on commit 0ca2004

Please sign in to comment.