ITOPSENG-529-bump-pip-timeout

This commit is contained in:
Brett Meehan
2020-03-25 12:01:42 +11:00
parent ee300e3391
commit 6404fca50f
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ LOG_FILE=${3:-"/dev/null"}
ENV_FILE=${4:-"/etc/atl"}
export PATH=/usr/local/bin:$PATH
export PIP_DEFAULT_TIMEOUT=60
# Set the environment with default exports
set -a

View File

@@ -18,6 +18,7 @@ else
python3-pip
fi
export PATH=/usr/local/bin:$PATH
export PIP_DEFAULT_TIMEOUT=60
pip3 install pipenv
echo "Installing ansible and dependencies..."