Skip to main content

create_venv_from_executable

Function create_venv_from_executable 

Source
pub fn create_venv_from_executable<P: AsRef<Path>>(
    path: P,
    cache_dir: &ChildPath,
    python: &Path,
    uv_bin: &Path,
)
Expand description

Create a virtual environment at the given path.