Skip to content

Python

Python embeddable packages from python.org.

Versions

VersionSource
3.13.3embeddable amd64
3.12.9embeddable amd64

Activation

bash
futou use python 3.13.3

Creates a .bat shim for python.exe.

Embeddable Package

The embeddable distribution does not include pip. To install packages, download get-pip.py from bootstrap.pypa.io and run:

bash
python get-pip.py

Package Management

After installing pip, packages install into Lib\site-packages\ within the runtime directory. Switching Python versions switches the package set — each version has its own isolated environment.