0

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!

Sven
  • 123

1 Answers1

0

Was as simple as the question.

pip3 uninstall virutalenv

did the job

Sven
  • 123