Reputation: 39
I am on python 3.8.5 I am using python and pip, pipenv recently without any issue on any terminal and project. But, today when I try to do anything with pip or pipenv, I get this error
No Module Named "pip"
I even installed python latest version again and I know that on 3.8.5, I don't have to download pip. I can't even check the pip version in the terminal.
Upvotes: 0
Views: 3319
Reputation: 21
Type in sudo apt-get install python3-pip
in the terminal to install pip
Upvotes: 2