Skip to content

Commit

Permalink
Update python-workbench.qmd
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
dometto authored Jul 25, 2024
1 parent e6d52ca commit 7a5a3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/workspaces/programming/python-workbench.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ By default, `pyenv` will be configured to use the most recent version of Python
$ pyenv versions
system
* system-latest (set by /home/testuser/.pyenv/version)
``
```

You can use `pyenv` to install and select a different (newer) Python version: e.g. `pyenv install 3.12`, `pyenv global 3.12`. See the [pyenv docs](https://github.com/pyenv/pyenv#usage).

Expand Down

0 comments on commit 7a5a3a7

Please sign in to comment.