Skip to content

Commit e2245b5

Browse files
committed
[-] python is system-wide now
1 parent 64d9650 commit e2245b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/install.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@ECHO off
22

3-
SET PYTHON=%LOCALAPPDATA%\Programs\Python\Python38\python.exe
4-
SET PIP=%LOCALAPPDATA%\Programs\Python\Python38\Scripts\pip3.exe
3+
SET PYTHON=python.exe
4+
SET PIP=pip3.exe
55

66
@ECHO --- Installing Python runtime ---
77
python-install.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0 Include_launcher=0

0 commit comments

Comments
 (0)