Skip to content

Instantly share code, notes, and snippets.

@linewx
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save linewx/80000583a1c1b21e71b4 to your computer and use it in GitHub Desktop.

Select an option

Save linewx/80000583a1c1b21e71b4 to your computer and use it in GitHub Desktop.
scripts to install pip automatically
#!/usr/bin/env bash
wget -qO- https://bootstrap.pypa.io/get-pip.py | sudo python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment