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 Tkinter and Distutils
modules.
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.
Additional modules can be added to virtual file system per request.
Download
Compact Portable Python for Windows |
Version: 2.7.3 |
Download |
System requirements
Windows XP/2003/Vista/2008/7/2012/8/8.1/10/2016 32 and 64-bit.
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.