mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Make packaging work with our internal build systems
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Enable Tower virtualenv
|
||||
if [ -f /var/lib/awx/venv/tower/bin/activate ]; then
|
||||
. /var/lib/awx/venv/tower/bin/activate
|
||||
if [ -f /var/lib/awx/venv/awx/bin/activate ]; then
|
||||
. /var/lib/awx/venv/awx/bin/activate
|
||||
fi
|
||||
|
||||
# Run the requested Python command, using the interpreter from the path
|
||||
|
||||
Reference in New Issue
Block a user