MCPcopy Index your code
hub / github.com/celer-pkg/celer / NewCondaPython

Function NewCondaPython

buildtools/python/python_conda.go:28–35  ·  view source on GitHub ↗
(ctx context.Context, archiveName, condaVersion, pythonVersion string)

Source from the content-addressed store, hash-verified

26}
27
28func NewCondaPython(ctx context.Context, archiveName, condaVersion, pythonVersion string) *CondaPython {
29 return &CondaPython{
30 ctx: ctx,
31 archiveName: archiveName,
32 condaVersion: condaVersion,
33 pythonVersion: pythonVersion,
34 }
35}
36
37func (c *CondaPython) installConda(scriptPath, installDir string) error {
38 if !fileio.PathExists(scriptPath) {

Callers 1

setupPythonFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected