module installcustom.install_custom_git

Short summary

module pymyinstall.installcustom.install_custom_git

Various functions to install some applications such as Git.

source on GitHub

Functions

function

truncated documentation

install_git

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

Documentation

Various functions to install some applications such as Git.

source on GitHub

pymyinstall.installcustom.install_custom_git.install_git(temp_folder='.', fLOG=<built-in function print>, install=True, force_download=False, version=None)

Install Git. 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 Git

  • version – specify a version (unused)

Returns:

temporary file

source on GitHub