04 February, 2024 - 01:45 PM
tyty
This post is by a banned member (cedhh112) - Unhide
04 February, 2024 - 03:58 PM
(15 February, 2023 - 06:44 PM)trxnnyt Wrote: Show More@echo off for /f "tokens=1,2 delims= " %%a in ('powershell -Command "Invoke-WebRequest https://www.python.org/ftp/python/ -UseBasicParsing | Select-String -Pattern '3.10.[0-9]{1,2}' -AllMatches | Select-Object -ExpandProperty Matches | Select-Object -ExpandProperty Value | Sort-Object -Descending -Unique | Select-Object -First 1"') do ( set "PYTHON_VERSION=%%a%%b" ) set "PYTHON_URL=https://www.python.org/ftp/python/%PYTHON_VERSION%/python-%PYTHON_VERSION%-amd64.exe" set "PYTHON_EXE=python-installer.exe" curl -L -o %PYTHON_EXE% %PYTHON_URL% start /wait %PYTHON_EXE% /quiet /passive InstallAllUsers=0 PrependPath=1 Include_test=0 Include_pip=1 Include_doc=0 del %PYTHON_EXE%
This post is by a banned member (drakontos) - Unhide
25 February, 2024 - 07:29 PM
[font]thanks for the release.[/font]
This post is by a banned member (Putyouineart) - Unhide
26 February, 2024 - 12:42 AM
Hell yeah mate thanks :)
|
Create an account or sign in to comment | ||
You need to be a member in order to leave a comment | ||
Create an account
Sign up for a new account in our community. It's easy!
|
or |
Sign in
Already have an account? Sign in here.
|