Working out some python3 kinks

This commit is contained in:
Shane McDonald
2019-01-18 00:03:33 -05:00
parent c3ae700888
commit e09684462c
4 changed files with 10 additions and 12 deletions

View File

@@ -15,4 +15,4 @@ if [ -f /var/lib/awx/venv/awx/bin/activate ]; then
fi
# Run the requested Python command, using the interpreter from the path
exec python "$@"
exec python3 "$@"