diff options
Diffstat (limited to 'tools/scripts/tower-python')
-rwxr-xr-x | tools/scripts/tower-python | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/scripts/tower-python b/tools/scripts/tower-python index 3e94c3a59b..d96abe967f 100755 --- a/tools/scripts/tower-python +++ b/tools/scripts/tower-python @@ -1,14 +1,5 @@ #!/bin/bash -# Enable needed Software Collections, if installed -for scl in python27 httpd24; 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 - fi - fi -done - # Enable Tower virtualenv if [ -f /var/lib/awx/venv/tower/bin/activate ]; then . /var/lib/awx/venv/tower/bin/activate |