System configuration for the OpenDev Collaboratory
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Latest pip (and get-pip.py) does not support the Python 3.6 on Ubuntu Bionic |
|
- name: Download get-pip.py |
|
command: wget https://bootstrap.pypa.io/pip/3.6/get-pip.py |
|
args: |
|
chdir: /var/lib |
|
creates: /var/lib/get-pip.py
|
|
|