Skip to content

Commit 3070d08

Browse files
committed
[-] python is system-wide now
1 parent ff4e7df commit 3070d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-env.bat

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

33
SET PYTHON_REF=https://www.python.org/ftp/python/3.8.3/python-3.8.3-amd64.exe
4-
SET PYTHON=%LOCALAPPDATA%\Programs\Python\Python38\python.exe
5-
SET PIP=%LOCALAPPDATA%\Programs\Python\Python38\Scripts\pip3.exe
4+
SET PYTHON=python.exe
5+
SET PIP=pip3.exe
66

77
curl %PYTHON_REF% --output python-install.exe
88
python-install.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0 Include_launcher=0

0 commit comments

Comments
 (0)