You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
# For Python 3, use python3-pip.
|
|
pip_package: python3-pip
|
|
pip_executable: "{{ 'pip3' if pip_package.startswith('python3') else 'pip' }}"
|
|
|
|
pip_install_packages: []
|