Compact Portable Python for Windows
This is a regular Python built from original sources and packed into a single
executable file. The packed executable is a lightweight all-in-one Python
interpreter, which includes a virtual file system that works like a read-only
RAM-disk. Python includes all standard modules, excluding PIP module, which
can't work with this portable Python.
Additional libraries
To avoid collisions with possibly installed normal Python, paths to library
directories will not be passed to this portable Python, however, the additional
command line arguments "--libpath path" can be used to add additional library
paths from the command line.
Download
Compact Portable Python for Windows System requirements: Windows XP or later 32 and 64-bit. |
Version: 2.7.3 |
Download |
Compact Portable Python for Windows System requirements: Windows 7 or later 32 and 64-bit. |
Version: 3.11.0 |
Download |
Installation
Download archive,
unzip it anywhere on your hard drive and start x32\python.exe on
32-bit Windows or x64\python.exe on 64-bit Windows.