Skip to content

Commit 725c35d

Browse files
install messages
1 parent ae52805 commit 725c35d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

kratos.gid/exec/install_python_and_dependencies.win.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ cd %1
33
echo "Installing python 3.9.9 from www.python.org"
44
rem --Download python installer
55
rem Curl is included in windows since 2018
6+
echo "Using curl to get python. (curl is included in windows since 2018)"
7+
echo "If this script fails, please install python 3.9.9 yourself and make sure it's available in PATH"
68
curl -ssL "https://www.python.org/ftp/python/3.9.9/python-3.9.9-amd64.exe" -o python-installer.exe
79

810
rem --Install python
911
python-installer.exe /quiet InstallAllUsers=1 PrependPath=1
1012
del python-installer.exe
11-
echo "Python 3.9.9 installed"
13+
echo "Python 3.9.9 installed successfuly"
1214

1315
pause

0 commit comments

Comments
 (0)