Search In This Website

Selasa, 01 Juli 2025

Uninstall Python Package

To uninstall a Python Package follow this tutorial. 
1. First step is open Command Line with Administration (Admin) privileges, click How To Launch Command Prompt In Windows 8 >
2. In this example, we will uninstall python package zhon. Type this following command and then press Enter on keyboard:
python -m pip uninstall zhon


3. If ask for confirmation of uninstall deletion proceed is appear, type Y and then press Enter on the keyboard.
4. Uninstall is finished after Successfully uninstaled message is shown.

Bibliography

https://www.activestate.com/
https://pip.pypa.io/ ( manual ebook )

How To Launch Command Prompt In Windows 8

1. Click the Start button to open the "Start menu"

2. and click "All apps" down arrow button in the bottom-left corner.


3. Scroll through the list of apps and Right click mouse to the "Command Prompt" on the "Windows System" then choose "Run as administrator". The Command Prompt will appear on the screen with administrative privileges.





go to How To Launch Command Prompt >

Related Post