From b353da298427215ddbda829fbc18951ae06b5c2e Mon Sep 17 00:00:00 2001 From: pierreluctg Date: Fri, 15 Nov 2019 14:57:16 -0500 Subject: [PATCH] Correcting pyenv url --- docs/dev/env.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index bc754e49b..8c0aeef96 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -248,7 +248,7 @@ To start using and see more information: pyenv ----- -`pyenv `_ is a tool to allow multiple versions +`pyenv `_ is a tool to allow multiple versions of the Python interpreter to be installed at the same time. This solves the problem of having different projects requiring different versions of Python. For example, it becomes very easy to install Python 2.7 for compatibility in