Ejemplo 1: eliminar pip
# python2
pip uninstall package_name
# python3
pip3 uninstall package_name
Ejemplo 2: desinstalar paquete con pip
##in console write: pip uninstall
pip uninstall
Ejemplo 3: paquete de eliminación de pip
pip uninstall
Ejemplo 4: pip se desinstaló a sí mismo
#the best way to install pip if uninstalled is using the following command
python -m ensurepip
# not only it will check whether there is pip installed , it will install
# for you if not found
Ejemplo 5: desinstalar un paquete de Python de virtualenv
pip uninstall
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)