mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
port calibre-web's pip to use python3
This commit is contained in:
parent
005b5e3054
commit
338ed86b72
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@
|
|||
requirements: "{{ calibreweb_venv_path }}/requirements.txt"
|
||||
virtualenv: "{{ calibreweb_venv_path }}"
|
||||
virtualenv_site_packages: no
|
||||
virtualenv_command: /usr/bin/virtualenv
|
||||
virtualenv_python: python2.7
|
||||
|
||||
when: internet_available | bool
|
||||
|
||||
- name: Symlink {{ calibreweb_venv_path }}/vendor to {{ calibreweb_venv_path }}/lib/python2.7/site-packages to keep cps.py happy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue