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/
|
dirk@821
|
11 |
|
dirk@821
|
12 |
# YML processing might complain about that. Make sure the locale exists (locale -a)
|
dirk@821
|
13 |
export LC_ALL=en_US.UTF-8
|
dirk@821
|
14 |
|
dirk@821
|
15 |
# Search paths for includes used when doing YML processing
|
dirk@821
|
16 |
export YML_PATH=~/yml2/
|