Python version confusion on Ubuntu 16.04

0

I'm currently using a lab computer that has Ubuntu installed - I noticed there it has both Python2 and Python3 and 3 pip scripts (pip, pip2, pip3). I did a bit of research and guess that Ubuntu needs both Python2 and Python3. However, I already installed a few modules through various pips and now have a really jumbled install.

How can I do a clean install of all my Python/pip versions and then set one as the default? I don't want to try removing anything yet because I'm afraid I'll break the OS.

imkevinkuo

Posted 2019-03-26T15:34:07.420

Reputation: 1

No answers