mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
install lxml to system python via yum package instead of root user pip install
This commit is contained in:
@@ -9,9 +9,7 @@ if [[ $ID = "amzn" ]]; then
|
|||||||
python3-pip \
|
python3-pip \
|
||||||
python2-boto3 \
|
python2-boto3 \
|
||||||
python2-botocore \
|
python2-botocore \
|
||||||
python-pip
|
python-lxml
|
||||||
|
|
||||||
python -m pip install lxml
|
|
||||||
|
|
||||||
else
|
else
|
||||||
# FIXME: Currently assumes Debian-based
|
# FIXME: Currently assumes Debian-based
|
||||||
|
|||||||
Reference in New Issue
Block a user