ansible-roles/python-env/files/pip-fixer.sh

8 lines
77 B
Bash

#!/bin/bash
GET_PIP=/usr/local/lib/get-pip.py
chmod 755 $GET_PIP
$GET_PIP