0867988745
The get-pip script does not work well with python3.5/xenial It raises error during installation [1]. Use python3.5 specific url to install working version. [1] https://github.com/pypa/get-pip/issues/83 Change-Id: Iea35d9df1ea5f2b8ea5e5d29b4c79e97c99848a1
7 lines
190 B
YAML
7 lines
190 B
YAML
# https://github.com/pypa/get-pip/issues/83
|
|
- name: Download get-pip.py
|
|
command: wget https://bootstrap.pypa.io/3.5/get-pip.py
|
|
args:
|
|
chdir: /var/lib
|
|
creates: /var/lib/get-pip.py
|