“Instale a poesia” Respostas de código

Instale a poesia

# Install Poetry Python Package manager (as of 2020-05)
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
Helpful Hummingbird

Instale a poesia

# python3
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
# python2
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
Puzzled Puffin

Instale a poesia Python

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
Lovely Ladybird

Poesia Python Download Windows

#Windows
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -
Victorious Vole

Instale a poesia

curl -sSL https://install.python-poetry.org | python3 -
Prickly Partridge

Instalação de poesia

#  On Windows PowerShell:
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -
Splendid Sheep

Respostas semelhantes a “Instale a poesia”

Perguntas semelhantes a “Instale a poesia”

Mais respostas relacionadas para “Instale a poesia” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código