getBinaries: Get binary paths

getBinariesR Documentation

Get binary paths

Description

Get binary paths

Usage

getCondaBinary(loc)

getPythonBinary(loc)

Arguments

loc

String containing the path to the root of a conda instance or environment.

Details

This code is largely copied from reticulate, and is only present here as they do not export these utilities for general consumption.

Value

String containing the path to the conda or Python executable inside loc. If loc is not supplied, the relative path from the root of the environment is returned.

Author(s)

Aaron Lun

Examples

getCondaBinary()

getPythonBinary()

LTLA/basilisk.utils documentation built on May 3, 2024, 12:51 p.m.