module installcustom.install_custom_sbt

Short summary

module pymyinstall.installcustom.install_custom_sbt

Various functions to install some application such as scala-sbt.

source on GitHub

Functions

function

truncated documentation

install_scala_sbt

Install scala-sbt. It does not do it a second time if it is already installed. …

Documentation

Various functions to install some application such as scala-sbt.

source on GitHub

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

Install scala-sbt. 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

  • version – version to install (unused)

Returns:

temporary file

source on GitHub