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

Function hasUV

cmd/pulumi.go:812–815  ·  view source on GitHub ↗

hasUV reports whether the `uv` package manager is available on PATH.

()

Source from the content-addressed store, hash-verified

810
811// hasUV reports whether the `uv` package manager is available on PATH.
812func hasUV() bool {
813 _, err := exec.LookPath("uv")
814 return err == nil
815}
816
817// pythonVenvDir returns the effective venv directory name for a Python project.
818func pythonVenvDir(venv string) string {

Callers 2

checkDependenciesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected