Michael Hoffman <[EMAIL PROTECTED]> added the comment: Here's an example of a configuration file I use:
==== [build_ext] include_dirs = /nfs/acari/mh5/include/python2.5:/nfs/acari/mh5/include [install] prefix = ~ exec_prefix = ~/arch/$ARCH install_platlib = $platbase/lib/python$py_version_short install_purelib = $base/lib/python$py_version_short install_scripts = $platbase/bin [easy_install] install_dir = $platbase/lib/python$py_version_short script_dir = $platbase/bin ==== I am installing software on a filesystem that is shared between different architectures (i386 and x86_64), so I must have separate directories for extensions on each platform. Because of this, using --home=~ doesn't cut it. I don't want to be a pain, if the --no-user-cfg can go in sooner, that would be very helpful. __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1180> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com