MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / pythonVenvDir

Function pythonVenvDir

cmd/pulumi.go:818–823  ·  view source on GitHub ↗

pythonVenvDir returns the effective venv directory name for a Python project.

(venv string)

Source from the content-addressed store, hash-verified

816
817// pythonVenvDir returns the effective venv directory name for a Python project.
818func pythonVenvDir(venv string) string {
819 if venv != "" {
820 return venv
821 }
822 return "venv"
823}
824
825// checkDependencies returns whether installation is needed and a human-readable description.
826func checkDependencies(runtime, dir, venv string) (needed bool, desc string) {

Callers 4

runPulumiEstimateFunction · 0.85
runUserProgramToFunction · 0.85
checkDependenciesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected