vb@1517
|
1 |
# this file is in the Public Domain
|
vb@1517
|
2 |
|
dirk@821
|
3 |
# Typical pure MacPorts environment
|
dirk@821
|
4 |
|
dirk@821
|
5 |
# Restrict to MacPorts
|
dirk@821
|
6 |
export PATH=/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
|
dirk@821
|
7 |
|
dirk@821
|
8 |
# Make sure the Apple python (which will be triggered by the makefile)
|
dirk@821
|
9 |
# has access to the Python libs installed for MacPorts
|
dirk@821
|
10 |
export PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/
|