Skip to main content

project_venv_install

Function project_venv_install 

Source
pub fn project_venv_install(exe: &Path) -> Option<ProjectVenvInstall>
Expand description

Detect a ProjectVenvInstall for exe, or None if this copy lives anywhere else.

Takes the executable rather than reading current_exe so the detection can be tested against a directory tree instead of against whichever machine runs the suite.