mache.deploy.conda.get_conda_platform_and_system

mache.deploy.conda.get_conda_platform_and_system() tuple[str, str][source]

Get the conda system name (‘linux’ or ‘osx’) and platform (e.g. ‘linux-64’).

Returns:

  • platform (str) – The conda platform string (e.g. ‘linux-64’).

  • system (str) – The conda system string (e.g. ‘linux’ or ‘osx’).