From 485de019d37dd712ce62ea2193d461f701a70df1 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 4 Oct 2024 08:48:00 -0400 Subject: Add conda_get_active_environment() function --- include/conda.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/conda.h b/include/conda.h index c546672..b5ea926 100644 --- a/include/conda.h +++ b/include/conda.h @@ -192,4 +192,9 @@ int conda_index(const char *path); */ int pip_index_provides(const char *index_url, const char *name, const char *version); +char *conda_get_active_environment(); + +int conda_provides(const char *spec); + + #endif //STASIS_CONDA_H -- cgit