summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdvinas Valatka2016-01-27 02:23:39 +0200
committerEdvinas Valatka2016-01-27 02:23:39 +0200
commitb518de033f9c2df5ca159f6d764bd85c7ae6e83c (patch)
treeb1cad812582caa4993ee0a1a21242d85055d59f1
parent4b6f2423a614a76ad318b70a6ef692e230f4fe6b (diff)
downloadaur-b518de033f9c2df5ca159f6d764bd85c7ae6e83c.tar.gz
Use pip2 instead of pip
-rwxr-xr-xseafile-server.install28
1 files changed, 14 insertions, 14 deletions
diff --git a/seafile-server.install b/seafile-server.install
index 7fcb753cf4ed..e50f10b3f9fa 100755
--- a/seafile-server.install
+++ b/seafile-server.install
@@ -3,20 +3,20 @@ pre_install() {
virtualenv2 --relocatable /usr/lib/seafile/seafileenv
source /usr/lib/seafile/seafileenv/bin/activate
- pip install chardet
- pip install simplejson
- pip install six
- pip install python-dateutil
- pip install django-pipeline
- pip install "Django>=1.5.8,<1.6"
- pip install http://effbot.org/media/downloads/PIL-1.1.7.tar.gz
- pip install "https://github.com/djblets/djblets/archive/release-0.6.14.zip#egg=Djblets"
- pip install "Pillow>=2.6.1,<3.0.0"
- pip install gunicorn
- pip install "django-compressor==1.4"
- pip install "django-statici18n==1.1.2"
- pip install "git+git://github.com/haiwen/django-constance.git@bde7f7cdfd0ed1631a6817fd4cd76f37bf54fe35#egg=django-constance[database]"
- pip install "openpyxl==2.3.0"
+ pip2 install chardet
+ pip2 install simplejson
+ pip2 install six
+ pip2 install python-dateutil
+ pip2 install gunicorn
+ pip2 install "Django>=1.5.8,<1.6"
+ pip2 install django-pipeline
+ pip2 install http://effbot.org/media/downloads/PIL-1.1.7.tar.gz
+ pip2 install "https://github.com/djblets/djblets/archive/release-0.6.14.zip#egg=Djblets"
+ pip2 install "Pillow>=2.6.1,<3.0.0"
+ pip2 install "django-compressor==1.4"
+ pip2 install "django-statici18n==1.1.2"
+ pip2 install "git+git://github.com/haiwen/django-constance.git@bde7f7cdfd0ed1631a6817fd4cd76f37bf54fe35#egg=django-constance[database]"
+ pip2 install "openpyxl==2.3.0"
deactivate
}