Skip to content

Instantly share code, notes, and snippets.

@szobov
Created March 15, 2017 09:52
Show Gist options
  • Save szobov/69e92cfbbdaa76bfb520b31bbbce0712 to your computer and use it in GitHub Desktop.
Save szobov/69e92cfbbdaa76bfb520b31bbbce0712 to your computer and use it in GitHub Desktop.
Slackware: install pip
wget https://bootstrap.pypa.io/get-pip.py
chmod +x get-pip.py
python get-pip.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment