From e4c87cd619f2583d7c51bbdd5ba9dd06e088ee4b Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 10 Nov 2021 13:31:08 -0500 Subject: [PATCH] [+] Add python modules path --- powershell.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/powershell.ps1 b/powershell.ps1 index eaf184b..d59428e 100644 --- a/powershell.ps1 +++ b/powershell.ps1 @@ -3,6 +3,9 @@ set-alias ll ls function su { powershell Start-Process powershell -Verb runAs } function pwdd { $("$PWD".replace($HOME, '~')) } +# Paths +$env:path = "$env:path;C:\users\me\appdata\roaming\python\python39\scripts" + # Minecraft coloring function color($tmp) { $033 = [char]27