removed unused function

This commit is contained in:
Ondrej Samohel 2021-08-03 10:50:50 +02:00 committed by Ondřej Samohel
parent 0963f3b776
commit e5c8814797
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -80,17 +80,6 @@ function Show-PSWarning() {
}
}
function Install-Poetry() {
Write-Host ">>> " -NoNewline -ForegroundColor Green
Write-Host "Installing Poetry ... "
$python = "python"
if (Get-Command "pyenv" -ErrorAction SilentlyContinue) {
$python = & pyenv which python
}
$env:POETRY_HOME="$openpype_root\.poetry"
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py -UseBasicParsing).Content | & $($python) -
}
$art = @"
. . .. . ..