mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
'mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139' in kalite/tasks/install.yml
This commit is contained in:
parent
fd4b4b6bc9
commit
4a8f91d1de
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
||||||
timeout: "{{ download_timeout }}"
|
timeout: "{{ download_timeout }}"
|
||||||
when: internet_available | bool
|
when: internet_available | bool
|
||||||
|
|
||||||
|
- name: 'mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139' - 2020-01-17 "temporary" workaround for piwheels.org's setuptools Python 2/3 brokenness @ https://github.com/iiab/iiab/issues/2139
|
||||||
|
command: mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
#- name: Install KA Lite non-static + reqs file with pip - (debuntu)
|
#- name: Install KA Lite non-static + reqs file with pip - (debuntu)
|
||||||
# pip: requirements={{ pip_packages_dir }}/kalite.txt
|
# pip: requirements={{ pip_packages_dir }}/kalite.txt
|
||||||
# virtualenv={{ kalite_venv }}
|
# virtualenv={{ kalite_venv }}
|
||||||
|
|
Loading…
Reference in a new issue