mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
update the virtualenv call
This commit is contained in:
parent
694e2051a2
commit
95a640cc20
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@
|
|||
requirements: "{{ calibreweb_venv_path }}/requirements.txt"
|
||||
virtualenv: "{{ calibreweb_venv_path }}" # /usr/local/calibre-web-py3
|
||||
virtualenv_site_packages: no
|
||||
virtualenv_command: /usr/bin/virtualenv
|
||||
virtualenv_python: python3.7
|
||||
virtualenv_command: python3 -m venv {{ calibreweb_venv_path }}
|
||||
# virtualenv_python: python3.7
|
||||
when: internet_available | bool
|
||||
|
||||
# 2020-02-02: IS PYTHON 3 POSSIBLE ABOVE AND BELOW?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue