Skip to content

Commit

Permalink
do not require python (2) presence
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Feb 17, 2020
1 parent b95e547 commit fd4a8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .evergreen/functions.sh
Expand Up @@ -270,7 +270,7 @@ prepare_server_from_url() {

install_mlaunch_virtualenv() {
#export PATH=/opt/python/3.7/bin:$PATH
python -V
python -V || true
python3 -V
#pip3 install --user virtualenv
venvpath="$MONGO_ORCHESTRATION_HOME"/venv
Expand All @@ -280,7 +280,7 @@ install_mlaunch_virtualenv() {
}

install_mlaunch_pip() {
python -V
python -V || true
python3 -V
pythonpath="$MONGO_ORCHESTRATION_HOME"/python
# The scripts in a python installation have shebangs pointing to the
Expand Down

0 comments on commit fd4a8fe

Please sign in to comment.