summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Smith <qwcode@gmail.com>2014-03-19 22:49:48 -0700
committerMarcus Smith <qwcode@gmail.com>2014-03-19 22:49:48 -0700
commitd4b691b743a91500cf49119d28a805db8313f129 (patch)
tree6611c101209ee757f1d503673567cee45f2fe607
parent313b8d9f7d3c410412e596664788687e4741dba3 (diff)
downloadpip-d4b691b743a91500cf49119d28a805db8313f129.tar.gz
remove mention of the unreleased virtualenv config support
-rw-r--r--docs/user_guide.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/user_guide.rst b/docs/user_guide.rst
index d32a17471..cd0146f53 100644
--- a/docs/user_guide.rst
+++ b/docs/user_guide.rst
@@ -244,13 +244,6 @@ platforms.
You can set a custom path location for the config file using the environment variable ``PIP_CONFIG_FILE``.
-In a virtual environment, an additional config file will be read from the base
-directory of the virtualenv (``sys.prefix`` as reported by Python). The base
-name of the file is the same as the user configuration file (:file:`pip.conf`
-on Unix and OSX, :file:`pip.ini` on Windows). Values in the virtualenv-specific
-configuration file take precedence over those in the user's configuration file
-(whether from the user home or specified via ``PIP_CONFIG_FILE``).
-
The names of the settings are derived from the long command line option, e.g.
if you want to use a different package index (``--index-url``) and set the
HTTP timeout (``--default-timeout``) to 60 seconds your config file would