better docs

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-22 13:34:20 -04:00
parent 4c1b51bb51
commit 4c1f482345
+1 -1
View File
@@ -456,7 +456,7 @@ You should do this for your shell too, in your ``~/.profile`` or ``~/.bashrc`` o
variables. To activate them, simply create the variable in your shell and pipenv
will detect it.
- ``PIPENV_DEFAULT_PYTHON_VERSION`` — Use this version of Python when creating new virtual environments, by default.
- ``PIPENV_DEFAULT_PYTHON_VERSION`` — Use this version of Python when creating new virtual environments, by default (e.g. ``3.6``).
- ``PIPENV_SHELL_FANCY`` — Always use fancy mode when invoking ``pipenv shell``.