create_link_to_executable

Function create_link_to_executable 

Source
pub fn create_link_to_executable(
    link: &Path,
    executable: &Path,
) -> Result<(), Error>
Expand description

Create a link to a managed Python executable.

If the file already exists at the link path, an error will be returned.