Skip to content

Commit 2e1d631

Browse files
committed
Make uv recommended virtual environment solution
1 parent b108629 commit 2e1d631

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/pages/virtual.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ layout: default
55

66
## Virtual environments
77

8-
| Name | Short description | 🚦 |
9-
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------: |
10-
| conda-forge [miniforge] | Installs, runs, and updates packages and their dependencies. Uses `conda`, but with community maintained packages from `conda-forge` channel instead of commercially maintained packages. | <span class="label label-green">Best</span> |
11-
| [uv] | Fast dependency (and project) management tool. A drop-in replacement for `venv`. This will probably become our <span class="label label-green">Best</span> tool, but for now we are playing cautious as there are some open bugs and features. If you're comfortable using `venv` syntax we'd recommend this. | <span class="label label-yellow">Good</span> |
12-
| [pipenv] | Automatically creates and manages a virtualenv for your projects. | <span class="label label-yellow">Good</span> |
13-
| [pixi] | A fast drop-in replacement for `conda`. | <span class="label label-yellow">Good</span> |
14-
| [pyenv] | Lets you easily switch between multiple versions of Python. | <span class="label label-yellow">Good</span> |
15-
| [virtualenv] | Creates isolated Python environments, and offers more features than venv. | <span class="label label-yellow">Good</span> |
16-
| [venv] | Creates isolated Python environments. Fewer features than other tools, but very widely used and comes built into Python. | <span class="label label-yellow">Good</span> |
17-
| [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. | <span class="label label-red">Avoid</span> |
8+
| Name | Short description | 🚦 |
9+
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------: |
10+
| [uv] | Fast dependency (and project) management tool. A drop-in replacement for `venv` with additional features including easy management of multiple Python versions. | <span class="label label-green">Best</span> |
11+
| conda-forge [miniforge] | Installs, runs, and updates packages and their dependencies. Uses `conda`, but with community maintained packages from `conda-forge` channel instead of commercially maintained packages. | <span class="label label-yellow">Good</span> |
12+
| [pipenv] | Automatically creates and manages a virtualenv for your projects. | <span class="label label-yellow">Good</span> |
13+
| [pixi] | A fast drop-in replacement for `conda`. | <span class="label label-yellow">Good</span> |
14+
| [pyenv] | Lets you easily switch between multiple versions of Python. | <span class="label label-yellow">Good</span> |
15+
| [virtualenv] | Creates isolated Python environments, and offers more features than venv. | <span class="label label-yellow">Good</span> |
16+
| [venv] | Creates isolated Python environments. Fewer features than other tools, but very widely used and comes built into Python. | <span class="label label-yellow">Good</span> |
17+
| [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. | <span class="label label-red">Avoid</span> |
1818

1919
<!-- links here for a more readable table -->
2020

0 commit comments

Comments
 (0)