mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Links: RasPiOS Bookworm doc for Python with venv
This commit is contained in:
parent
d514e648db
commit
de83ed694f
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue