1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-13 18:50:53 +00:00

Added comment about minor Python version changes

fiwswe 2025-05-03 02:55:24 +02:00
parent e9e1be9dba
commit 7b0b3bec78

@ -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) # 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. Note: This also updates Radicale to the newest version.