MCPcopy Create free account
hub / github.com/brettcannon/python-launcher / venv_executable

Function venv_executable

src/cli.rs:240–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238}
239
240fn venv_executable() -> Option<PathBuf> {
241 activated_venv().or_else(venv_path_search)
242}
243
244// https://en.m.wikipedia.org/wiki/Shebang_(Unix)
245fn parse_python_shebang(reader: &mut impl Read) -> Option<RequestedVersion> {

Callers 1

find_executableFunction · 0.85

Calls 1

activated_venvFunction · 0.85

Tested by

no test coverage detected