Fix tornado installation on ubuntu

This commit is contained in:
Yushi Nakai 2015-07-19 21:06:50 +09:00
parent d9981442f0
commit 81534c11c2

View file

@ -1874,7 +1874,7 @@ install_ubuntu_git_deps() {
if [ "$(which pip)" = "" ]; then
__apt_get_install_noinput python-setuptools python-pip
fi
pip install -U "'${__REQUIRED_TORNADO}'"
pip install -U "${__REQUIRED_TORNADO}"
fi
fi