diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-04 08:48:00 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-04 08:48:00 -0400 |
commit | 485de019d37dd712ce62ea2193d461f701a70df1 (patch) | |
tree | 5e70eb0f25c04e4b44ecc470e34be17d12aaedeb /include/conda.h | |
parent | d7e3deba72703ad36c497f5becf6772ca00a0d6d (diff) | |
download | stasis-conda-get-active-environment.tar.gz |
Add conda_get_active_environment() functionconda-get-active-environment
Diffstat (limited to 'include/conda.h')
-rw-r--r-- | include/conda.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |