Skip to content

Instantly share code, notes, and snippets.

@andrewp-as-is
Created May 23, 2020 10:18
Show Gist options
  • Save andrewp-as-is/50b01f5e53732a002cd0a2b0626f2cb7 to your computer and use it in GitHub Desktop.
Save andrewp-as-is/50b01f5e53732a002cd0a2b0626f2cb7 to your computer and use it in GitHub Desktop.
macOS python
#!/usr/bin/env bash
curl -s https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py
python /tmp/get-pip.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment