aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-11-13 12:13:34 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-11-13 12:13:34 -0500
commit836cc753ea22fd8a3d152f2b00dae971ee3dc943 (patch)
tree7adbd4a95963d61b02c652a27de855a0d538a9bd /include
parent35471289b619994c4f04fd2b6cb6d04a16cb1b33 (diff)
downloadstasis-836cc753ea22fd8a3d152f2b00dae971ee3dc943.tar.gz
Attempt conda environment removal only when its present on-diskworkaround-shebang-nightmare
Diffstat (limited to 'include')
-rw-r--r--include/conda.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/conda.h b/include/conda.h
index f031479..b8d0caa 100644
--- a/include/conda.h
+++ b/include/conda.h
@@ -229,4 +229,6 @@ const char *pkg_index_provides_strerror(int code);
char *conda_get_active_environment();
+int conda_env_exists(const char *root, const char *name);
+
#endif //STASIS_CONDA_H