1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

update pip3 call

This commit is contained in:
Jerry Vonau 2020-02-06 07:35:58 -06:00
parent 95a640cc20
commit 807f94a6a1

View file

@ -43,7 +43,7 @@
## ##
# Implementing this with Ansible command module for now. # Implementing this with Ansible command module for now.
- name: Download Calibre-Web dependencies (using pip) into python3.7 virtual environment {{ calibreweb_venv_path }} - name: Download Calibre-Web dependencies (using pip) into python3.7 virtual environment {{ calibreweb_venv_path }}
pip: pip3:
requirements: "{{ calibreweb_venv_path }}/requirements.txt" requirements: "{{ calibreweb_venv_path }}/requirements.txt"
virtualenv: "{{ calibreweb_venv_path }}" # /usr/local/calibre-web-py3 virtualenv: "{{ calibreweb_venv_path }}" # /usr/local/calibre-web-py3
virtualenv_site_packages: no virtualenv_site_packages: no