0

I wanted to have videos watchable via terminal, so I followed this tutorial. After installing, it did not work out, and I had to uninstall. The program is referred to as Whitey with the input being "yt".

I want to get rid of the command from the terminal as to not cause future conflicts. How can I do that?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
Axl Low
  • 1
  • 1
  • Depending on what you have done and your setup, it might be as easy as `pip uninstall whitey` – wombat Nov 13 '21 at 13:52

1 Answers1

0

Helo Axl

Did you install Whitey via pip install? If so just try to run

pip uninstall whitey

marcandreuf
  • 301
  • 3
  • 8
  • I ran the installation via python setup.py install – Axl Low Nov 13 '21 at 14:12
  • Hello Axl, then I think that you have to clean it up kinds of manually. You can follow the easy instructions here. https://stackoverflow.com/a/1550235/2171270 – marcandreuf Nov 15 '21 at 04:21