Skip to content

Commit 255593d

Browse files
Update venv sentence with more reasons
Co-authored-by: Sam Cunliffe <samcunliffe@users.noreply.github.com>
1 parent 2928c01 commit 255593d

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,7 +11,7 @@ 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. | 🟠 |
14+
| [venv] | Creates isolated Python environments. Fewer features than other tools, but very widely used and comes built into Python. | 🟠 |
1515
| [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. | 🔴 |
1616

1717

0 commit comments

Comments
 (0)