From b0641afc77542badb6f6e1db05dfaa0b8cdad6b4 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 22 Oct 2024 11:11:11 +0100 Subject: [PATCH] Make venv orange --- docs/pages/virtual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/virtual.md b/docs/pages/virtual.md index 829cffdf..70613ff4 100644 --- a/docs/pages/virtual.md +++ b/docs/pages/virtual.md @@ -11,8 +11,8 @@ layout: default | [pipenv] | Automatically creates and manages a virtualenv for your projects. | 🟠 | | [pyenv] | Lets you easily switch between multiple versions of Python. | 🟠 | | [virtualenv] | Creates isolated Python environments, and offers more features than venv. | 🟠 | +| [venv] | Creates isolated Python environments. Fewer features than other tools, but very widely used and comes built into Python. | 🟠 | | [anaconda] | Due to recent [licensing ambiguity][anaconda-problems], we recommend avoiding anaconda and many of the default channels. We recommend installing miniforge and sticking to the `conda-forge` channel. | 🔴 | -| [venv] | Creates isolated Python environments. | 🔴 |