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

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:19:46 PDT 2014


Revision: 12454
          http://trac.calendarserver.org//changeset/12454
Author:   wsanchez at apple.com
Date:     2014-01-27 11:58:07 -0800 (Mon, 27 Jan 2014)
Log Message:
-----------
...also PYTHONPATH

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

Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh	2014-01-27 19:56:27 UTC (rev 12453)
+++ CalendarServer/trunk/bin/_build.sh	2014-01-27 19:58:07 UTC (rev 12454)
@@ -108,6 +108,7 @@
   python="${py_bindir}/python";
 
   export PATH="${py_root}/bin:${PATH}";
+  export PYTHONPATH="${py_libdir}:${PYTHONPATH:-}"
 
   # These variables are defaults for things which might be configured by
   # environment; only set them if they're un-set.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/7e0225c1/attachment.html>


More information about the calendarserver-changes mailing list