From de83ed694f94e9a5da25ce4d9958ae5dcd0b2fc5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 11 Oct 2023 15:13:28 -0400 Subject: [PATCH] Links: RasPiOS Bookworm doc for Python with venv --- roles/calibre-web/tasks/install.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/calibre-web/tasks/install.yml b/roles/calibre-web/tasks/install.yml index f1eac71ec..d8f2c6f94 100644 --- a/roles/calibre-web/tasks/install.yml +++ b/roles/calibre-web/tasks/install.yml @@ -67,6 +67,10 @@ virtualenv_command: python3 -m venv --system-site-packages {{ calibreweb_venv_path }} extra_args: --prefer-binary # 2023-10-01: Lifesaver when recent wheels (e.g. piwheels.org) are inevitably not yet built! SEE #3560 +# 2023-10-11: RasPiOS Bookworm doc for Python with venv (PEP 668 now enforced!) +# https://www.raspberrypi.com/documentation/computers/os.html#python-on-raspberry-pi +# https://www.raspberrypi.com/documentation/computers/os.html#using-pip-with-virtual-environments + # VIRTUALENV EXAMPLE COMMANDS: # cd /usr/local/calibre-web-py3 # source bin/activate (prepends '/usr/local/calibre-web-py3/bin' to yr PATH)