Thanks, I was able to fine PackageMaker in an older Aux Tools. I think that will work.
as for make test, I set the path to /usr/bin/python2.7 and got the following -
usr/bin/python2.7 -c 'import virtualenv' || \
sudo easy_install-2.7 -U virtualenv==1.10.1
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named virtualenv
Password:
Searching for virtualenv==1.10.1
Best match: virtualenv 1.10.1
Processing virtualenv-1.10.1-py2.7.egg
virtualenv 1.10.1 is already the active version in easy-install.pth
Installing virtualenv script to /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin
Installing virtualenv-2.7 script to /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin
Using /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/virtualenv-1.10.1-py2.7.egg
Processing dependencies for virtualenv==1.10.1
Finished processing dependencies for virtualenv==1.10.1
[ -d VE ] || \
/usr/bin/python2.7 --no-site-packages VE
Unknown option: --
usage: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python [option] ... [-c cmd | -m mod | file | -] [arg] ...