mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 10:08:10 -03:30
Working out some python3 kinks
This commit is contained in:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user