mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Remove SCL python from awx-python
This really should be created at build time.
This commit is contained in:
parent
9567dc9e17
commit
871695ea5e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user