Skip to content
Snippets Groups Projects
Commit ec755b08 authored by Bob Mottram's avatar Bob Mottram
Browse files

Install python setuptools

parent 0d8aae85
No related branches found
No related tags found
No related merge requests found
...@@ -295,7 +295,7 @@ function install_mediagoblin { ...@@ -295,7 +295,7 @@ function install_mediagoblin {
function_check install_nodejs function_check install_nodejs
install_nodejs mediagoblin install_nodejs mediagoblin
apt-get install -yq python python-dev python-lxml python-imaging python-virtualenv apt-get install -yq python python-dev python-lxml python-imaging python-virtualenv python-setuptools
apt-get install -yq automake perl sqlite python-paste python-pastedeploy python-pastescript apt-get install -yq automake perl sqlite python-paste python-pastedeploy python-pastescript
apt-get install -yq python3 python3-dev libpython3-dev python3-lxml python3-pil apt-get install -yq python3 python3-dev libpython3-dev python3-lxml python3-pil
groupadd mediagoblin groupadd mediagoblin
......
...@@ -828,7 +828,7 @@ function install_searx { ...@@ -828,7 +828,7 @@ function install_searx {
apt-get -yq install python-pip libyaml-dev python-werkzeug python-babel python-lxml apt-get -yq install python-pip libyaml-dev python-werkzeug python-babel python-lxml
apt-get -yq install git build-essential libxslt-dev python-dev python-virtualenv zlib1g-dev uwsgi uwsgi-plugin-python imagemagick apt-get -yq install git build-essential libxslt-dev python-dev python-virtualenv zlib1g-dev uwsgi uwsgi-plugin-python imagemagick
apt-get -yq install apache2-utils apt-get -yq install apache2-utils python-setuptools
apt-get -yq remove --purge apache2-bin* apt-get -yq remove --purge apache2-bin*
if [ -d /etc/apache2 ]; then if [ -d /etc/apache2 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment