Skip to content

Instantly share code, notes, and snippets.

@topera
Created June 5, 2018 01:29
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 topera/7c0b1e22148f61b227e149e8a0b30040 to your computer and use it in GitHub Desktop.
Save topera/7c0b1e22148f61b227e149e8a0b30040 to your computer and use it in GitHub Desktop.
Installation of pip on my Ubuntu Mate 16.04
# [python3][pip]
apt install python3-pip
sudo vi /usr/bin/pip3
# change from
from pip import main
# to
from pip._internal import main
# after this pip3 and pip are poiting to pip3!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment