Wingetlywingetly
← All apps

Python Launcher

by Python Software Foundationv3.14.7

Last updated

The Python launcher for Windows is a utility which aids in locating and executing of different Python versions.

Install with winget

$ winget install --id Python.Launcher --exact --version 3.14.7

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Python Launcher

Python Launcher uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x86)
msiexec.exe /i launcher.msi /quiet /norestart

See the full silent install reference for Python Launcher

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

The Python launcher for Windows is a utility which aids in locating and executing of different Python versions.

It allows scripts (or the command-line) to indicate a preference for a specific Python version, and will locate and execute that version.

Unlike the PATH variable, the launcher will correctly select the most appropriate version of Python.

It will prefer per-user installations over system-wide ones, and orders by language version rather than using the most recently installed version.

The launcher was originally specified in PEP 397.

Installers · v3.14.7

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

1 known CVE via NVD

  • nonePatched in wingetCVE-2007-1657affects v2.5Mar 23, 2007

    Stack-based buffer overflow in the file_compress function in minigzip (Modules/zlib) in Python 2.5 allows context-dependent attackers to execute arbitrary code via a long file argument.

Source: NVD, updated 5h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Related apps

  • Python 3.12Python Software Foundation
    Python.Python.3.12v3.12.10

    Python is a programming language that lets you work more quickly and integrate your systems more effectively.

  • Python 3.14Python Software Foundation
    Python.Python.3.14v3.14.7

    A programming language that lets you work more quickly and integrate your systems more effectively.

  • Python 3.11Python Software Foundation
    Python.Python.3.11v3.11.9

    Python is a programming language that lets you work more quickly and integrate your systems more effectively.

  • Python 3.13Python Software Foundation
    Python.Python.3.13v3.13.15

    Python is a programming language that lets you work more quickly and integrate your systems more effectively.

  • Python Install ManagerPython Software Foundation
    Python.PythonInstallManagerv26.3.240.0

    Install, manage, and launch Python on Windows.

  • Python 3.8Python Software Foundation
    Python.Python.3.8v3.8.10

    Python is a programming language that lets you work more quickly and integrate your systems more effectively.

More from Python Software Foundation or browse language, programming, programming-language.

Frequently asked questions

How do I install Python Launcher on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Python.Launcher --exact --version 3.14.7. winget downloads the installer from Python Software Foundation and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Python Launcher silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Python.Launcher --exact 3.14.7 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Python Launcher?
Python Launcher uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i launcher.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Python Launcher via winget?
Run: winget uninstall --id Python.Launcher --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Python Launcher's Apps & Features entry.
Is Python Launcher free?
Python Launcher is distributed under PSF-2.0. Refer to the publisher (https://www.python.org/) for the full license terms - Wingetly itself does not charge for installation.
Does Python Launcher work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Python Launcher directly from the publisher.
How do I keep Python Launcher up to date?
Run winget upgrade --id Python.Launcher --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of Python Launcher from microsoft/winget-pkgs.

Recent versions

  • 3.14.7latest
  • 3.13.5
  • 3.13.4
  • 3.13.3
  • 3.13.2
  • 3.13.1
  • 3.13.0
  • 3.12.10
  • 3.12.9
  • 3.12.8