From 4c1f482345dbf5c07c106be8a6436e714e5a43f7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 22 Sep 2017 13:34:20 -0400 Subject: [PATCH] better docs Signed-off-by: Kenneth Reitz --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 9b24f9f3..b8667e69 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -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``.