From 9fbd36048d0dd9a114352d61669e0bf9b28daa64 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Mon, 4 Mar 2019 02:30:50 +0000 Subject: [PATCH] virtualenv -> venv (#8817) Since virtualenv is the name of some third party tool --- source/_docs/installation.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/installation.markdown b/source/_docs/installation.markdown index 9440729d618..e27f3dce0df 100644 --- a/source/_docs/installation.markdown +++ b/source/_docs/installation.markdown @@ -36,8 +36,8 @@ If you use these install methods, we assume that you know how to manage and admi **Method**|**You have**|**Recommended for** :-----|:-----|:----- -[Virtualenv
(as another user)](/docs/installation/raspberry-pi/)|Any Linux, Python 3.5.3 or later|Those familiar with their operating system -[Virtualenv
(as your user)](/docs/installation/virtualenv/)|Any Python 3.5.3 or later|Developers +[venv
(as another user)](/docs/installation/raspberry-pi/)|Any Linux, Python 3.5.3 or later|Those familiar with their operating system +[venv
(as your user)](/docs/installation/virtualenv/)|Any Python 3.5.3 or later|Developers ## {% linkable_title Community provided guides %}