From 5b2325178a93e4727611f39bbb2a37a90ef7931d Mon Sep 17 00:00:00 2001 From: Lorcan Rae Date: Tue, 21 May 2024 19:52:26 +0300 Subject: [PATCH] minor wording change for pyenv-virtualenv --- _partials/ubuntu_python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_partials/ubuntu_python.md b/_partials/ubuntu_python.md index 7a23181..876d2ab 100644 --- a/_partials/ubuntu_python.md +++ b/_partials/ubuntu_python.md @@ -16,7 +16,7 @@ pyenv global 3.8.14 ``` Now `python --version` should return `3.8.14` -We'll also install a useful `pyenv` plugin called [`pyenv-virtualenv`](https://github.com/pyenv/pyenv-virtualenv). Although we will primarily be using `poetry` for package management, `pyenv-virtualenv` is useful for controlling the python version locally. +We'll also install a useful `pyenv` plugin called [`pyenv-virtualenv`](https://github.com/pyenv/pyenv-virtualenv). Although we will be using `poetry` for package and virtual environment management, `pyenv-virtualenv` is useful for controlling python versions locally. ```bash git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv