From 7a5a3a76dd47e41ceed1374d3da73d9e19bf3fd9 Mon Sep 17 00:00:00 2001 From: Dawa Ometto Date: Thu, 25 Jul 2024 12:58:35 +0200 Subject: [PATCH] Update python-workbench.qmd Fix typo. --- docs/workspaces/programming/python-workbench.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workspaces/programming/python-workbench.qmd b/docs/workspaces/programming/python-workbench.qmd index 55fb850..6bdf081 100644 --- a/docs/workspaces/programming/python-workbench.qmd +++ b/docs/workspaces/programming/python-workbench.qmd @@ -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).