This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hoffman
Recipients hoffman, loewis, slinkp
Date 2008-03-19.14:06:54
SpamBayes Score 0.41977784
Marked as misclassified No
Message-id <1205935616.45.0.818487593722.issue1180@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-03-19 14:06:56hoffmansetspambayes_score: 0.419778 -> 0.41977784
recipients: + hoffman, loewis, slinkp
2008-03-19 14:06:56hoffmansetspambayes_score: 0.419778 -> 0.419778
messageid: <1205935616.45.0.818487593722.issue1180@psf.upfronthosting.co.za>
2008-03-19 14:06:55hoffmanlinkissue1180 messages
2008-03-19 14:06:54hoffmancreate