⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.50
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
python3-pip
/
html
/
cli
/
View File Name :
pip_uninstall.rst
.. _`pip uninstall`: ============= pip uninstall ============= Usage ===== .. tab:: Unix/macOS .. pip-command-usage:: uninstall "python -m pip" .. tab:: Windows .. pip-command-usage:: uninstall "py -m pip" Description =========== .. pip-command-description:: uninstall Options ======= .. pip-command-options:: uninstall Examples ======== #. Uninstall a package. .. tab:: Unix/macOS .. code-block:: console $ python -m pip uninstall simplejson Uninstalling simplejson: /home/me/env/lib/python3.9/site-packages/simplejson /home/me/env/lib/python3.9/site-packages/simplejson-2.2.1-py3.9.egg-info Proceed (y/n)? y Successfully uninstalled simplejson .. tab:: Windows .. code-block:: console C:\> py -m pip uninstall simplejson Uninstalling simplejson: /home/me/env/lib/python3.9/site-packages/simplejson /home/me/env/lib/python3.9/site-packages/simplejson-2.2.1-py3.9.egg-info Proceed (y/n)? y Successfully uninstalled simplejson