MCPcopy Create free account
hub / github.com/celer-pkg/celer / VenvDir

Method VenvDir

buildtools/setup_python.go:373–375  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

371}
372
373func (p pythonTool) VenvDir() string {
374 return p.venvDir
375}
376
377// SitePackagesDir returns the relative path from prefix to site-packages.
378// e.g. "lib/python3.10/site-packages" on Linux, "Lib/site-packages" on Windows.

Callers 3

InstallFromSourceMethod · 0.80
writeTraceFileMethod · 0.80
setupPythonEnvsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected