binaryPath: Get binary paths

binaryPathR Documentation

Get binary paths

Description

Get binary paths

Usage

condaBinary(loc)

pythonBinary(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 a conda instance or environment is returned.

Author(s)

Aaron Lun

Examples

condaBinary()
pythonBinary()


LTLA/basilisk.utils documentation built on June 11, 2025, 8:56 a.m.