Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/projects/virtual-environments.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are several popular flavors of virtual environment, we will cover the foll

1. [venv](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment) (built into Python 3)

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)

3. [renv](https://rstudio.github.io/renv/articles/renv.html) (package for managing R environments)

Expand Down
Loading