From 871695ea5e3af8dec56001b48fe78f4d073b23d1 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 9 Mar 2020 15:51:56 -0400 Subject: [PATCH] Remove SCL python from awx-python This really should be created at build time. --- tools/scripts/awx-python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/awx-python b/tools/scripts/awx-python index f95357d4a7..f2116c574c 100755 --- a/tools/scripts/awx-python +++ b/tools/scripts/awx-python @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Enable needed Software Collections, if installed -for scl in rh-python36 rh-postgresql10; do +for scl in rh-postgresql10; do if [ -f /etc/scl/prefixes/$scl ]; then if [ -f `cat /etc/scl/prefixes/$scl`/$scl/enable ]; then . `cat /etc/scl/prefixes/$scl`/$scl/enable