mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Added python to the installation list
This commit is contained in:
parent
6c7fded313
commit
30758cf777
6 changed files with 14 additions and 5 deletions
|
@ -1,2 +1,3 @@
|
|||
http://nodejs.org/dist/v0.10.25/node-v0.10.25-x86.msi
|
||||
http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.0.0-p353.exe?direct
|
||||
http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.0.0-p353.exe?direct
|
||||
http://www.python.org/ftp/python/2.7.6/python-2.7.6.msi
|
|
@ -1,2 +1,3 @@
|
|||
http://nodejs.org/dist/v0.10.25/x64/node-v0.10.25-x64.msi
|
||||
http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.0.0-p353-x64.exe?direct
|
||||
http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.0.0-p353-x64.exe?direct
|
||||
http://www.python.org/ftp/python/2.7.6/python-2.7.6.amd64.msi
|
|
@ -150,6 +150,8 @@ goto:eof
|
|||
call:install_software_o "node-js" "%%downloads_64[1]%%" msi 12
|
||||
call:draw_dss
|
||||
call:install_software_o "ruby" "%%downloads_64[2]%%" exe 13
|
||||
call:draw_dss
|
||||
call:install_software_o "python" "%%downloads_64[3]%%" msi 26
|
||||
|
||||
:: Some installations require specific windows versions
|
||||
for /f "tokens=4-5 delims=. " %%i in ('ver') do set VERSION=%%i.%%j
|
||||
|
@ -167,6 +169,8 @@ GOTO END
|
|||
call:install_software_o "node-js" "%%downloads_32[1]%%" msi 12
|
||||
call:draw_dss
|
||||
call:install_software_o "ruby" "%%downloads_32[2]%%" exe 13
|
||||
call:draw_dss
|
||||
call:install_software_o "python" "%%downloads_32[3]%%" msi 26
|
||||
|
||||
:: Some installations require specific windows versions
|
||||
for /f "tokens=4-5 delims=. " %%i in ('ver') do set VERSION=%%i.%%j
|
||||
|
|
|
@ -23,4 +23,5 @@ Report your OS to the developers @ CodeCombat.com...
|
|||
Installation has been stopped...
|
||||
... Cleaning up has been disabled... Terminating Script!
|
||||
unpacking and moving:
|
||||
Enter the path where you would like to install MongoDB:
|
||||
Enter the path where you would like to install MongoDB:
|
||||
Do you already have the latest version of python installed?
|
|
@ -23,4 +23,5 @@ Report your OS to the developers @ CodeCombat.com...
|
|||
Installation has been stopped...
|
||||
... Cleaning up has been disabled... Terminating Script!
|
||||
unpacking and moving:
|
||||
Enter the path where you would like to install MongoDB:
|
||||
Enter the path where you would like to install MongoDB:
|
||||
Do you already have the latest version of python installed?
|
|
@ -23,4 +23,5 @@ Report your OS to the developers @ CodeCombat.com...
|
|||
Installation has been stopped...
|
||||
... Cleaning up has been disabled... Terminating Script!
|
||||
unpacking and moving:
|
||||
Enter the path where you would like to install MongoDB:
|
||||
Enter the path where you would like to install MongoDB:
|
||||
Do you already have the latest version of python installed?
|
Loading…
Reference in a new issue