You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/virtual.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ layout: default
11
11
|[pipenv]| Automatically creates and manages a virtualenv for your projects. | 🟠 |
12
12
|[pyenv]| Lets you easily switch between multiple versions of Python. | 🟠 |
13
13
|[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. | 🟠 |
14
15
|[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. | 🔴 |
0 commit comments