1
0
Fork 0

Change to --no-site-packages in seafile.install

This may help resolve issues we're seeing with django
This commit is contained in:
Aaron Lindsay 2013-06-19 07:14:40 -04:00
parent c446363a38
commit 949389df56
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
## arg 1: the new package version
pre_install() {
virtualenv2 --system-site-packages /usr/lib/seafile/seafileenv
virtualenv2 --no-site-packages /usr/lib/seafile/seafileenv
virtualenv2 --relocatable /usr/lib/seafile/seafileenv
source /usr/lib/seafile/seafileenv/bin/activate
pip install django==1.3.1