1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 16:26:00 +02:00
tldr/pages.pt_BR/common/pip-uninstall.md
Luis Saes e2d9387965
pip, pip-install, pip-uninstall, touch: add pt_BR translation (#8396)
* touch: update pt_BR translation

* pip: update pt_BR translation

* pip-install: add pt_BR translation

* pip-uninstall: add pt_BR translation

* Update pages.pt_BR/common/pip.md

* Update pages.pt_BR/common/touch.md

* Update pages.pt_BR/common/touch.md

* Update pages.pt_BR/common/touch.md

* Update pages.pt_BR/common/touch.md

* Update pages.pt_BR/common/touch.md
2022-08-25 22:00:11 +10:00

16 lines
339 B
Markdown

# pip uninstall
> Desinstala pacotes Python.
> Mais informações: <https://pip.pypa.io>.
- Desinstala um pacote:
`pip uninstall {{nome_pacote}}`
- Desinstala pacotes listados em um arquivo:
`pip uninstall --requirement {{requirements.txt}}`
- Desinstala um pacote sem pedir por confirmação:
`pip uninstall --yes {{nome_pacote}}`