pub fn create_link_to_executable( link: &Path, executable: &Path, ) -> Result<(), Error>
Create a link to a managed Python executable.
If the file already exists at the link path, an error will be returned.