|
@@ -9188,6 +9188,8 @@ function install_search_engine {
|
9188
|
9188
|
apt-get -y install python-pip libyaml-dev python-werkzeug python-babel
|
9189
|
9189
|
apt-get -y install git build-essential libxslt-dev python-dev python-virtualenv python-pybabel zlib1g-dev uwsgi uwsgi-plugin-python libapache2-mod-uwsgi
|
9190
|
9190
|
|
|
9191
|
+ pip install --upgrade pip
|
|
9192
|
+
|
9191
|
9193
|
pip install certifi
|
9192
|
9194
|
if [ ! "$?" = "0" ]; then
|
9193
|
9195
|
exit 737692
|