fix: remove unused addPythonBaseExecPrefix

This commit is contained in:
Amin Yahyaabadi 2023-06-28 16:20:43 -07:00
parent 9aecf4658e
commit 43600ff17c
5 changed files with 4 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -40,9 +40,6 @@ export async function setupPython(version: string, setupDir: string, arch: strin
warning(`Failed to install wheels: ${(err as Error).toString()}. Ignoring...`)
}
// add python bin paths to PATH
const _execPaths = await addPythonBaseExecPrefix(foundPython)
return installInfo
}