In article <nad-ec34fd.10273110072...@news.gmane.org>,
 Ned Deily <n...@acm.org> wrote:
> Read the updated Mac/README for more information about framework builds.   
> Here's a sample configure I use to minimize the chances of pollution 
> from other installed Pythons:
> 
> BASEDIR="$(dirname $(pwd -P))"
> [ -n "${BASEDIR}" ] && ./configure --enable-universalsdk 
> --with-universal-archs=intel 
> --enable-framework="${BASEDIR}"/root/Library/Frameworks 
> --with-framework-name=pytest_10_7 --with-pydebug && rm -rf 
> "${BASEDIR}"/root/* || echo "ERROR: configure failed"

This does require that you run "make install" but everything is safely 
installed at ../root, including Library/Frameworks, usr/bin, and 
Applications directories.

-- 
 Ned Deily,
 n...@acm.org

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to