Skip to content

Commit 83774af

Browse files
authored
Update poetry.ps1
1 parent 8bb6c11 commit 83774af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

poetry/poetry.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ function Install-Poetry
33
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
44
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force
55
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/davidkhala/windows-utils/master/powershell.ps1 -UseBasicParsing).Content | Invoke-Expression
6-
Add-Path $env:APPDATA\Python\Scripts
6+
Add-Path $env:APPDATA\Python\Scripts # need admin
77

88
poetry --version
99

0 commit comments

Comments
 (0)