mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
Remove python2 pip for Debian installs
This commit is contained in:
@@ -11,6 +11,8 @@ if [[ $ID = "amzn" ]]; then
|
|||||||
python2-botocore \
|
python2-botocore \
|
||||||
python-pip
|
python-pip
|
||||||
|
|
||||||
|
python -m pip install lxml
|
||||||
|
|
||||||
else
|
else
|
||||||
# FIXME: Currently assumes Debian-based
|
# FIXME: Currently assumes Debian-based
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
@@ -23,7 +25,6 @@ export PATH=/usr/local/bin:$PATH
|
|||||||
export PIP_DEFAULT_TIMEOUT=60
|
export PIP_DEFAULT_TIMEOUT=60
|
||||||
|
|
||||||
pip3 install pipenv
|
pip3 install pipenv
|
||||||
python -m pip install lxml
|
|
||||||
echo "Installing ansible and dependencies..."
|
echo "Installing ansible and dependencies..."
|
||||||
PIPENV_NOSPIN=1 PIPENV_HIDE_EMOJIS=1 pipenv sync 2>&1 | iconv -c -f utf-8 -t ascii
|
PIPENV_NOSPIN=1 PIPENV_HIDE_EMOJIS=1 pipenv sync 2>&1 | iconv -c -f utf-8 -t ascii
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user