My question is quite simple: I've installed virtualenv with the following command:
sudo -H pip3 install virtualenv
It seems to be wrong, because in the tutorial that I watch pip downloads other stuff than on my pc.
How can I undo it?
Thx for your help and stay healthy!
pip
andpip3
aren't equivalent on most Ubuntu systems. The second one is about doing something very different that happens to involve a command, as its first step, that solves this. – Eliah Kagan Jun 24 '20 at 05:49