module installhelper.install_custom_python

Short summary

module pymyinstall.installhelper.install_custom_python

Various functions to install python.

Functions

function truncated documentation
install_python Install

Documentation

Various functions to install python.

pymyinstall.installhelper.install_custom_python.install_python(temp_folder='.', fLOG=<built-in function print>, install=True, force_download=False)[source]

Install python. It does not do it a second time if it is already installed.

Parameters:
  • temp_folder – where to download the setup
  • fLOG – logging function
  • install – install (otherwise only download)
  • force_download – force the downloading of pandoc
Returns:

temporary file

The version is fixed to 3.4.3. and amd64.