Force the python IO encoding to be utf_8 when using honcho

This commit is contained in:
Guoqiang Zhang 2018-06-22 09:35:28 -04:00
parent 008a3a0d01
commit 530860c386

View File

@ -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