This document announces the February 2021 release of Python 3.8.2 for VSI OpenVMS I64.
Key aspects include:
Requirements:
Installation:
$ PRODUCT INSTALL PYTHON. Requires adding commands to SYSTARTUP_VMS.COM and SYSHUTDWN.COM for runtime definition and pre-compiling modules for performance. A foreign command PYTHON :== $PYTHON$ROOT:[BIN]PYTHON3.EXE should be defined.$ PRODUCT INSTALL PYTHWHLS. Also requires SYSTARTUP_VMS.COM updates to define PYTHON_WHEELS$ROOT and PIP_FIND_LINKS. Individual packages are installed using python -m pip install --no-index <module-name> (or by defining PIP_NO_INDEX 1). Users should avoid defining PYTHONCASEOK and can configure temporary disk space for installations using logical names like SYS$SCRATCH, TMPDIR, and PIP_CACHE_DIR.Included Modules: A comprehensive list of OpenVMS-specific modules and bundled Python packages is provided. Users can also download and install additional Python packages directly from PyPI using PIP.
Site structure and layout ©2025 Majenko Technologies