summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 240c948)
raw | patch | inline | side by side (parent: 240c948)
author | jiho-sf <jiho-sf@users.sourceforge.net> | |
Thu, 5 Mar 2009 22:10:29 +0000 (22:10 +0000) | ||
committer | jiho-sf <jiho-sf@users.sourceforge.net> | |
Thu, 5 Mar 2009 22:10:29 +0000 (22:10 +0000) |
The PATH is explicitly set in the startup script. Just added /usr/texbin which holds the executables for the LaTeX distribution on Mac OS X (well links to them rather, but it works)
packaging/macosx/Resources/bin/inkscape | patch | blob | history |
index e661c875463b78fbc6f6cd19e2eb17c20decc8c5..0cb96c50faa5528c1aa7f76d464cfae84f17bc29 100755 (executable)
# newer python as recommended by MacPython http://www.python.org/download/mac/
# Fink
# MacPorts (former DarwinPorts)
-export PATH="/opt/local/bin:/sw/bin/:/Library/Frameworks/Python.framework/Versions/Current/bin:/usr/local/bin:$CWD:$PATH"
+# 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"
# Setup PYTHONPATH to use python modules shipped with Inkscape
ARCH=`arch`