doc: don't let perl do inplace modifications of conf.py
[git-cola.git] / darwin / macports-setup-dev-env.sh
blob2b7ec6a3dc58eae2d205ac02db40a6e7b948ca7d
1 #!/bin/sh
2 # as root
3 if test -d /opt/local/bin; then
4 PATH=/opt/local/bin:"$PATH"
5 export PATH
6 fi
7 getport() {
8 port -v install "$@"
11 getport python25
12 getport python_select
14 python_select python25
16 getport subversion
17 getport py25-macholib-devel
18 getport py25-py2app-devel
19 getport py25-nose
20 getport py25-pyqt4