Rename tower-python to awx-python

This commit is contained in:
Shane McDonald
2017-07-25 11:49:21 -04:00
parent c9dad82fe6
commit 1249a8b30f
3 changed files with 3 additions and 3 deletions

9
tools/scripts/awx-python Executable file
View 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 "$@"