#!/bin/bash [ -f `type -p pip3` ] && pip3 install --upgrade pip [ -f `type -p pip2` ] && pip2 install --upgrade pip