diff --git a/poetry/poetry.ps1 b/poetry/poetry.ps1 index 156d332..29c8e89 100644 --- a/poetry/poetry.ps1 +++ b/poetry/poetry.ps1 @@ -3,8 +3,9 @@ function Install-Poetry (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force (Invoke-WebRequest -Uri https://raw.githubusercontent.com/davidkhala/windows-utils/master/powershell.ps1 -UseBasicParsing).Content | Invoke-Expression - Add-Path $env:APPDATA\Python\Scripts # need admin - + Add-Path $env:APPDATA\Python\Scripts + Add-Path $env:APPDATA\Python\Scripts User # need admin to configure `Machine` as replacement of `User` + poetry --version }