mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Force the python IO encoding to be utf_8 when using honcho
This commit is contained in:
parent
008a3a0d01
commit
530860c386
@ -8,5 +8,6 @@ cd /awx_devel
|
||||
if [ -f "/awx_devel/tools/docker-compose/use_dev_supervisor.txt" ]; then
|
||||
make supervisor
|
||||
else
|
||||
export PYTHONIOENCODING=utf_8
|
||||
honcho start -f "tools/docker-compose/Procfile"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user