[CalendarServer-changes] [13310] CalendarServer/trunk/bin/_build.sh

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 17 13:21:09 PDT 2014


Revision: 13310
          http://trac.calendarserver.org//changeset/13310
Author:   wsanchez at apple.com
Date:     2014-04-17 13:21:09 -0700 (Thu, 17 Apr 2014)
Log Message:
-----------
Use --system-site-packages when creating .develop/virtualenv.

Modified Paths:
--------------
    CalendarServer/trunk/bin/_build.sh

Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh	2014-04-17 18:25:57 UTC (rev 13309)
+++ CalendarServer/trunk/bin/_build.sh	2014-04-17 20:21:09 UTC (rev 13310)
@@ -92,7 +92,7 @@
   fi;
 
   if [ ! -d "${py_virtualenv}" ]; then
-    "${bootstrap_python}" -m virtualenv "${py_virtualenv}";
+    "${bootstrap_python}" -m virtualenv --system-site-packages "${py_virtualenv}";
   fi;
 
   project="$(setup_print name)";
@@ -614,7 +614,7 @@
     rm -rf "${py_virtualenv}";
   fi;
 
-  "${bootstrap_python}" -m virtualenv "${py_virtualenv}";
+  "${bootstrap_python}" -m virtualenv --system-site-packages "${py_virtualenv}";
 
   # Make sure setup got called enough to write the version file.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140417/6503ccd8/attachment.html>


More information about the calendarserver-changes mailing list