aboutsummaryrefslogtreecommitdiff
path: root/include/conda.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-10-31 15:54:13 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-10-31 15:54:13 -0400
commit105fdff98d10ba206c9243c1c1e826e659ea51a0 (patch)
treeb532ea9e07e7b8af0cd15b37fda770cbdd0b2aaf /include/conda.h
parentc5a81d35b335962d3aa8e3d71b1082c4f9088d23 (diff)
downloadstasis-105fdff98d10ba206c9243c1c1e826e659ea51a0.tar.gz
Consolidate conda_setup_headless() from main.c
Diffstat (limited to 'include/conda.h')
-rw-r--r--include/conda.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conda.h b/include/conda.h
index a642702..325ca48 100644
--- a/include/conda.h
+++ b/include/conda.h
@@ -15,6 +15,7 @@ int python_exec(const char *args);
int pip_exec(const char *args);
int conda_exec(const char *args);
int conda_activate(const char *root, const char *env_name);
+void conda_setup_headless();
void conda_env_create_from_uri(char *name, char *uri);
void conda_env_create(char *name, char *python_version, char *packages);
void conda_env_remove(char *name);