From 7b0b3bec785f317cb575c5202acfa7c17fae9c54 Mon Sep 17 00:00:00 2001 From: fiwswe <53953985+fiwswe@users.noreply.github.com> Date: Sat, 3 May 2025 02:55:24 +0200 Subject: [PATCH] Added comment about minor Python version changes --- Installing-on-OpenBSD.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Installing-on-OpenBSD.md b/Installing-on-OpenBSD.md index 83298cf..38817a2 100644 --- a/Installing-on-OpenBSD.md +++ b/Installing-on-OpenBSD.md @@ -115,7 +115,9 @@ 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 all of 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. (I think only changes of the x.x version are relevant, not the x.x.x minor updates. But I could be wrong.) + +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.