mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 10:08:10 -03:30
Rename tower-python to awx-python
This commit is contained in:
9
tools/scripts/awx-python
Executable file
9
tools/scripts/awx-python
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Enable Tower virtualenv
|
||||
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
|
||||
exec python "$@"
|
||||
Reference in New Issue
Block a user