mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
calibre-web/tasks/install.yml: Refine venv tips
This commit is contained in:
parent
1733512463
commit
9dc634f7de
1 changed files with 2 additions and 1 deletions
|
@ -99,8 +99,9 @@
|
|||
# https://www.raspberrypi.com/documentation/computers/os.html#using-pip-with-virtual-environments
|
||||
|
||||
# VIRTUALENV EXAMPLE COMMANDS:
|
||||
# python3 -m venv /usr/local/calibre-web-py3 (create venv)
|
||||
# cd /usr/local/calibre-web-py3
|
||||
# source bin/activate (prepends '/usr/local/calibre-web-py3/bin' to yr PATH)
|
||||
# . bin/activate (or 'source bin/activate' -- this prepends '/usr/local/calibre-web-py3/bin' to yr PATH)
|
||||
# python3 -m pip list ('pip list' sufficient *IF* path set above!)
|
||||
# python3 -m pip freeze > /tmp/requirements.txt
|
||||
# python3 -m pip install -r requirements.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue