Skip to content

Instantly share code, notes, and snippets.

@chris-rock
Created August 3, 2014 14:39
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save chris-rock/6cb9e16c85f8c766b120 to your computer and use it in GitHub Desktop.
Save chris-rock/6cb9e16c85f8c766b120 to your computer and use it in GitHub Desktop.
Httpie Quick Install Ubuntu 14.04
apt-get update && apt-get install -y curl && curl --silent https://bootstrap.pypa.io/get-pip.py |python3 && pip install --upgrade httpie
@juliajreynolds
Copy link

Hey thanks for posting this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment