mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
pip-install
This commit is contained in:
parent
2447241aff
commit
7c46bf40ee
1 changed files with 10 additions and 0 deletions
10
roles/kolibri/tasks/pip-install.yml
Normal file
10
roles/kolibri/tasks/pip-install.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
- name: Install kolibri {{ kolibri_version_pip }} using pip
|
||||||
|
pip:
|
||||||
|
name:
|
||||||
|
- pip
|
||||||
|
- wheel
|
||||||
|
- kolibri
|
||||||
|
version: "{{ kolibri_version_pip }}"
|
||||||
|
virtualenv: "{{ kolibri_venv_path }}"
|
||||||
|
virtualenv_command: python3 -m venv "{{ kolibri_venv_path }}"
|
||||||
|
extra_args: "--no-cache-dir --prefer-binary"
|
Loading…
Add table
Add a link
Reference in a new issue