commit | 40b998b05dc2fe6cfd96793793f9087eb075d475 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Tue Oct 27 23:06:10 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Tue Oct 27 23:06:10 2009 +0000 |
tree | 21b16d15ba4bec66ff70680ed7481db3f51c705d | |
parent | 4e1be94bc6c7ec21daf1de030cc59c9c61b498f8 [diff] |
Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils
diff --git a/Doc/install/index.rst b/Doc/install/index.rst index 3781ad9..b270d57 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst
@@ -694,6 +694,9 @@ | local | :file:`setup.cfg` | \(3) | +--------------+-------------------------------------------------+-------+ +On all platforms, the "personal" file can be temporarily disabled by +passing the `--no-user-cfg` option. + Notes: (1)