Title. I uninstalled and reinstalled python 2.7 a bunch of times, trying to install python 3.7. I finally installed it. But now pip3 is messed up. I tried uninstalling pip3 and reinstalling, no luck.
I'm on Ubuntu 14.04.4 LTS VM for college.
Title. I uninstalled and reinstalled python 2.7 a bunch of times, trying to install python 3.7. I finally installed it. But now pip3 is messed up. I tried uninstalling pip3 and reinstalling, no luck.
I'm on Ubuntu 14.04.4 LTS VM for college.
I have never gotten pip3 to work on windows or Linux, but one command I usually use to install is "python -m pip install [module name]" and that usually works for installing