Skip to content

Commit 2928c01

Browse files
authored
Make venv orange
1 parent a867d7b commit 2928c01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/pages/virtual.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ layout: default
1111
| [pipenv] | Automatically creates and manages a virtualenv for your projects. | 🟠 |
1212
| [pyenv] | Lets you easily switch between multiple versions of Python. | 🟠 |
1313
| [virtualenv] | Creates isolated Python environments, and offers more features than venv. | 🟠 |
14+
| [venv] | Creates isolated Python environments. | 🟠 |
1415
| [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. | 🔴 |
15-
| [venv] | Creates isolated Python environments. | 🔴 |
16+
1617

1718
<!-- links here for a more readable table -->
1819

0 commit comments

Comments
 (0)