R/findPython.R

Defines functions findPython

Documented in findPython

findPython <- function(...) {
  versionPattern <- c("--version"='.* ([0-9.a-z]+)?')
  findExternal(command="python", versionPattern=versionPattern, ...)
} # findPython()
HenrikBengtsson/aroma.seq documentation built on Feb. 15, 2021, 2:21 a.m.