Skip to content

Commit

Permalink
Document that empty environment variables are not treated as false (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert-Guan authored and pradyunsg committed Nov 24, 2018
1 parent e2d59ba commit 465261a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/html/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,11 @@ is the same as calling::

pip install --find-links=http://mirror1.example.com --find-links=http://mirror2.example.com

.. note::

Environment variables set to be empty string will not be treated as false. Please use ``no``,
``false`` or ``0`` instead.


Config Precedence
-----------------
Expand Down
Empty file.

0 comments on commit 465261a

Please sign in to comment.