Skip to content

Instantly share code, notes, and snippets.

@BoQsc
Last active July 21, 2024 07:02
Show Gist options
  • Save BoQsc/3ead4a209caeda185387ece9f0c0de3b to your computer and use it in GitHub Desktop.
Save BoQsc/3ead4a209caeda185387ece9f0c0de3b to your computer and use it in GitHub Desktop.
How to install latest stable Python on Windows via Command Line.
@ECHO OFF
python --version 3>NUL
if errorlevel 1 winget install Python --silent --accept-package-agreements --accept-source-agreements
PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment