R`i. d dl Z d dlmZ d dlmZ d dlmZ d dlmZ d dl m
Z
d dlmZm
Z
d dlmZ d d lmZ d d
lmZ d dlmZmZ d dlmZmZ e j4 e Z G d
de
e Zy) N)Values)List)canonicalize_name)
cmdoptions)Command)SessionCommandMixinwarn_if_run_as_root)SUCCESS)InstallationError)parse_requirements)install_req_from_line#install_req_from_parsed_requirement)check_externally_managed(protect_pip_from_modification_on_windowsc 6 e Zd ZdZdZd dZdedee de fdZ
y)
UninstallCommandaB
Uninstall packages.
pip is able to uninstall most installed packages. Known exceptions are:
- Pure distutils packages installed with ``python setup.py install``, which
leave behind no metadata to determine what files were installed.
- Script wrappers installed by ``python setup.py develop``.
zU
%prog [options]