We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63dd06 commit ef1b666Copy full SHA for ef1b666
docs/projects/virtual-environments.qmd
@@ -9,7 +9,7 @@ There are several popular flavors of virtual environment, we will cover the foll
9
10
1. [venv](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment) (built into Python 3)
11
12
-2. [conda](https://towardsdatascience.com/managing-project-specific-environments-with-conda-406365a539ab) (built into Anaconda/Miniconda)
+2. [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) (built into Anaconda/Miniconda)
13
14
3. [renv](https://rstudio.github.io/renv/articles/renv.html) (package for managing R environments)
15
0 commit comments