Skip to content

Commit 43600ff

Browse files
committed
fix: remove unused addPythonBaseExecPrefix
1 parent 9aecf46 commit 43600ff

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

dist/node12/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/python/python.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ export async function setupPython(version: string, setupDir: string, arch: strin
4040
warning(`Failed to install wheels: ${(err as Error).toString()}. Ignoring...`)
4141
}
4242

43-
// add python bin paths to PATH
44-
const _execPaths = await addPythonBaseExecPrefix(foundPython)
45-
4643
return installInfo
4744
}
4845

0 commit comments

Comments
 (0)