mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38: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 "$@"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
import sys
|
||||
import os
|
||||
import signal
|
||||
|
||||
Reference in New Issue
Block a user