Merge pull request #627 from nyushi/fix-tornado-installation-on-ubuntu

Fix tornado installation on ubuntu
This commit is contained in:
Pedro Algarvio 2015-07-19 19:45:57 +01:00
commit 226d657b7c

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