mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-386: Use pacapt to install pip from the system.
This commit is contained in:
@@ -3,8 +3,13 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# The Amazon Linux 2 Ansible package is 2.4, which has issue
|
# The Amazon Linux 2 Ansible package is 2.4, which has issue
|
||||||
# interacting with RDS, so use the PIP version.
|
# interacting with RDS, so use pipenv to install a known-good version.
|
||||||
|
|
||||||
|
# Luckily AmzLnx2 and Ubuntu use the same package name. 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 python-pip
|
||||||
|
|
||||||
pip install pipenv
|
pip install pipenv
|
||||||
pipenv install
|
|
||||||
|
|
||||||
|
pipenv install
|
||||||
|
|||||||
2561
bin/pacapt
Executable file
2561
bin/pacapt
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user