From c875e1415531b4cec9e33a9c4906455f9bf11ba7 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 22 Dec 2021 23:11:43 -0500 Subject: [PATCH] [+] Python version alias --- powershell.ps1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/powershell.ps1 b/powershell.ps1 index 153766e..715a2b5 100644 --- a/powershell.ps1 +++ b/powershell.ps1 @@ -21,6 +21,13 @@ $env:path = "$env:path" + ";C:\Users\me\AppData\Roaming\npm" + ";C:\Users\me\AppData\Local\Yarn\bin" + +# Python versions +set-alias python3.9 C:\"Program Files"\Python39\python.exe +set-alias pip3.9 C:\"Program Files"\Python39\Scripts\pip3.exe +set-alias python3.10 C:\Python310\python.exe +set-alias python3.10 C:\Python310\Scripts\pip3.exe + # Minecraft coloring function color($tmp) { $033 = [char]27