package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev
# Constants
ClearPythonPathENV if set instructs vpython to clear the PYTHONPATH environment variable prior to launching the VirtualEnv Python interpreter.
DefaultSpecENV is an environment variable that, if set, will be used as the default VirtualEnv spec file if none is provided or found through probing.
LogTraceENV is an environment variable that, if set, will set the default log level to Debug.
VirtualEnvRootENV is an environment variable that, if set, will be used as the default VirtualEnv root.
# Type aliases
VerificationFunc is a function used in environment verification.