mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-686: Move to Python 3.7 and update packages to support AWS operations.
This commit is contained in:
@@ -10,7 +10,14 @@ set -e
|
||||
# Luckily AmazonLinux2 and Ubuntu use the same package name for
|
||||
# pip. This may need some logic if other distros are added. Note:
|
||||
# Parsing /etc/os-release is probably a good starting point for that.
|
||||
./bin/pacapt install --noconfirm python-pip
|
||||
#
|
||||
# Additionally we need to install boto3 and botocore, as the Ansible
|
||||
# AWS modules manage to escape the virtualenv and invoke the native python.
|
||||
|
||||
./bin/pacapt install --noconfirm \
|
||||
python-pip \
|
||||
python-boto3 \
|
||||
python-botocore
|
||||
export PATH=$PATH:/usr/local/bin
|
||||
|
||||
# See Pipfile and Pipfile.lock.
|
||||
|
||||
Reference in New Issue
Block a user