[Python-Dev] Fixing #7175: a standard location for Python config files

Barry Warsaw barry at python.org
Fri Aug 13 17:57:57 CEST 2010


On Aug 12, 2010, at 09:10 AM, Fred Drake wrote:

>Perhaps user configuration belongs in ~/.local/, or ~/.local/python/
>(with attendant Windows & Mac OS noises); I don't really care where it
>lands, because right now we just have a mess.  Getting it "right" with
>respect to Window's "roaming" notion and how people expect to work
>with it is... unlikely.  Picking a place is better than not, so we
>know where to find things.  But that's all it buys us.

I've missed most of this discussion while on vacation, but if ~/.local is
supposed to mirror /usr/local, then wouldn't a logical place for per-user
configuration files be ~/.local/etc/whatever.cfg?

-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-dev/attachments/20100813/1575c921/attachment.pgp>


More information about the Python-Dev mailing list