Avance para o conteúdo

Locates the Python executable for a given conda environment. Handles differences between Windows and Unix paths.

Uso

find_env_python(conda_base, env_name)

Argumentos

conda_base

Path to conda base directory

env_name

Name of the conda environment

Valor

Path to Python executable, or NULL if not found