Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ahmadronaghdev/1c1cd346e755cfcd2db57ff0f0457ed5 to your computer and use it in GitHub Desktop.
Save ahmadronaghdev/1c1cd346e755cfcd2db57ff0f0457ed5 to your computer and use it in GitHub Desktop.
How to Install pip3 on python3 Ubuntu 16.04
sudo apt-get install python3-setuptools
sudo easy_install3 pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment