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