pub fn create_venv_from_executable<P: AsRef<Path>>( path: P, cache_dir: &ChildPath, python: &Path, uv_bin: &Path, )
Create a virtual environment at the given path.