Mudanças entre as edições de "Python"
Ir para navegação
Ir para pesquisar
(Criou página com '= Python = == Install PIP=== Baixando o arquivo curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py Instalando o PIP python get-pip.py --no-warn-script-location') |
|||
| Linha 3: | Linha 3: | ||
Baixando o arquivo | Baixando o arquivo | ||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py | curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py | ||
| − | Instalando o PIP | + | Instalando o Python/PIP |
python get-pip.py --no-warn-script-location | python get-pip.py --no-warn-script-location | ||
Edição das 18h07min de 10 de setembro de 2021
Python
Install PIP=
Baixando o arquivo
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
Instalando o Python/PIP
python get-pip.py --no-warn-script-location