From e9e1be9dbaed7e488cd90260406545f2326c4341 Mon Sep 17 00:00:00 2001 From: fiwswe <53953985+fiwswe@users.noreply.github.com> Date: Sat, 3 May 2025 02:48:14 +0200 Subject: [PATCH] Minor clarification about venv and the Python base install --- Installing-on-OpenBSD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-on-OpenBSD.md b/Installing-on-OpenBSD.md index 1d221c2..83298cf 100644 --- a/Installing-on-OpenBSD.md +++ b/Installing-on-OpenBSD.md @@ -115,7 +115,7 @@ Once installed as described above there may come a time when you want to update # Updates to Python (or to OpenBSD) -Whenever [Python](https://python.org) is updated (which often happens when [OpenBSD](https://openbsd.org) is updated) the [virtual Python environment](https://docs.python.org/3/library/venv.html) does not automatically reflect these changes. Updating the [virtual Python environment](https://docs.python.org/3/library/venv.html) essentially means creating a new one. +Whenever [Python](https://python.org) is updated (which often happens when [OpenBSD](https://openbsd.org) is updated) the [virtual Python environment](https://docs.python.org/3/library/venv.html) does not automatically reflect all of these changes. Updating the [virtual Python environment](https://docs.python.org/3/library/venv.html) essentially means creating a new one. Note: This also updates Radicale to the newest version.