diff options
author | Robert Kern <robert.kern@gmail.com> | 2007-04-15 04:46:07 +0000 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2007-04-15 04:46:07 +0000 |
commit | f13e90581906086b97f2df480f513a2f3f779354 (patch) | |
tree | 115c00735c8840f2d5b130e3d6914d81806c521c /site.cfg.example | |
parent | e7172c9ba8240ef8c66d872143079f2165620a48 (diff) | |
download | numpy-f13e90581906086b97f2df480f513a2f3f779354.tar.gz |
Add another place to check for configuration, namely ~/.numpy-site.cfg, to help automatic installation where one can't edit the source checkout. I've added the alternate name to make it hidden because that's just considerate.
Diffstat (limited to 'site.cfg.example')
-rw-r--r-- | site.cfg.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site.cfg.example b/site.cfg.example index 437bb8b1b..461fdf4e2 100644 --- a/site.cfg.example +++ b/site.cfg.example @@ -4,6 +4,9 @@ # packages will use all sections so you should leave out sections that your # package does not use. +# To assist automatic installation like easy_install, the user's home directory +# will also be checked for the file ~/.numpy-site.cfg . + # The format of the file is that of the standard library's ConfigParser module. # # http://www.python.org/doc/current/lib/module-ConfigParser.html |