Ex46 Help on uninstall

Dear tutor or helper,
As you can see in the screenshot, when i enter: sudo pip3.6 install virtualenv in the terminal, it shows this password and followed by a key sign and I can’t input anything. Even if i copy-paste the password from slides, it shows the wrong password. Help needed, thanks!

ooops, never mind, i realize i just need to enter my own laptop’s password, embarrassing…

Question:
Why i can’t uninstall the gothon? it says i didn’t install? but the previous installation was successful.

Looks like you called it “projectname” inside the setup.py? See how it says “installed projectname-0.1-py36.egg” above? Try:

pip uninstall projectname

Then change the name in your setup.py to be gothon

1 Like