From 0215ab1ca6a4e33f39e8136ca229834c1e7e9c2b Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Tue, 12 Apr 2022 23:31:49 -0400 Subject: [PATCH] [+] Windows path --- powershell.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/powershell.ps1 b/powershell.ps1 index 1435301..aaea9f3 100644 --- a/powershell.ps1 +++ b/powershell.ps1 @@ -12,7 +12,8 @@ function ln-s ($target, $link) { $env:path = "$env:path" + ";C:\users\me\appdata\roaming\python\python39\scripts" + ";C:\Users\me\AppData\Roaming\npm" + - ";C:\Users\me\AppData\Local\Yarn\bin" + ";C:\Users\me\AppData\Local\Yarn\bin" + + ";C:\Programs\bin" # Python versions