Skip to content

Commit e4da865

Browse files
authored
Merge branch 'main' into paddy/markdownlint
2 parents fc750bc + 7e13cb5 commit e4da865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/virtual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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. Fewer features than other tools, but very widely used and comes built into Python. | 🟠 |
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. | 🔴 |
1616

1717
<!-- links here for a more readable table -->
1818

0 commit comments

Comments
 (0)