Skip to content

Instantly share code, notes, and snippets.

@khalilovcmd
Last active December 9, 2015 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khalilovcmd/f608c3a85c31cf277748 to your computer and use it in GitHub Desktop.
Save khalilovcmd/f608c3a85c31cf277748 to your computer and use it in GitHub Desktop.
Installing Python + Pip on debian
sudo apt-get install python-pip python-dev build-essential
sudo pip install --upgrade pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment