summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9711e72)
raw | patch | inline | side by side (parent: 9711e72)
author | Michael Wybrow <Michael.Wybrow@infotech.monash.edu.au> | |
Mon, 8 Nov 2010 22:33:46 +0000 (09:33 +1100) | ||
committer | Michael Wybrow <Michael.Wybrow@infotech.monash.edu.au> | |
Mon, 8 Nov 2010 22:33:46 +0000 (09:33 +1100) |
packaging/macosx/Resources/bin/inkscape | patch | blob | history |
index 2621b7db99de07f5eca448db3d7e4d6c7810e54c..07aa65cd26063c6391b69b38eeacd4ab0525218a 100755 (executable)
# LaTeX distribution for Mac OS X
export PATH="/usr/texbin:/opt/local/bin:/sw/bin/:/Library/Frameworks/Python.framework/Versions/Current/bin:/usr/local/bin:$CWD:$PATH"
+# Put /usr/bin at beginning of path so we make sure we use Apple's python
+# over one that may be installed be Macports, Fink or some other means.
+export PATH="/usr/bin:$PATH"
+
+# On Snow Leopard, use the 32-bit version of python from Universal build.
+# This is because our bundled i386 python libraries are 32-bit only.
+export VERSIONER_PYTHON_PREFER_32_BIT=yes
+
+
# Setup PYTHONPATH to use python modules shipped with Inkscape
ARCH=`arch`
PYTHON_VERS=`python -V 2>&1 | cut -c 8-10`