Skip to content

Commit

Permalink
minor wording change for pyenv-virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
lorcanrae committed May 21, 2024
1 parent 399936e commit 5b23251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _partials/ubuntu_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b23251

Please sign in to comment.