diff --git a/LINUX.md b/LINUX.md index dbeef62..309cca9 100644 --- a/LINUX.md +++ b/LINUX.md @@ -1198,7 +1198,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 diff --git a/WINDOWS.md b/WINDOWS.md index cda37cf..1cf4759 100644 --- a/WINDOWS.md +++ b/WINDOWS.md @@ -1165,7 +1165,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 diff --git a/macOS.md b/macOS.md index 241bc70..565e956 100644 --- a/macOS.md +++ b/macOS.md @@ -1163,7 +1163,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