From 2b1c0de1a2e40b6cf7a4f1e64c12d37ecc1b172f Mon Sep 17 00:00:00 2001 From: Lee Goolsbee Date: Fri, 26 Feb 2021 17:55:20 -0600 Subject: [PATCH] install lxml to system python via yum package instead of root user pip install --- bin/install-ansible | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/install-ansible b/bin/install-ansible index 7b994b8..68257ec 100755 --- a/bin/install-ansible +++ b/bin/install-ansible @@ -9,9 +9,7 @@ if [[ $ID = "amzn" ]]; then python3-pip \ python2-boto3 \ python2-botocore \ - python-pip - - python -m pip install lxml + python-lxml else # FIXME: Currently assumes Debian-based