orangeqs.juice.orchestration.sources#
Module for locating sources of the Juice package.
Module Contents#
Functions#
Find the absolute path to the |
API#
- orangeqs.juice.orchestration.sources.juice_cli_path() str#
Find the absolute path to the
juiceCLI.Uses the following methods in order:
Check if the current script is
juice.Check if
juiceis in the system PATH.Return
/usr/bin/juice, the install path of the system package.
Returns#
(str): The absolute path to the Juice CLI.