Skip to content

Commit 709f8c7

Browse files
authored
Revert "fix: node-gyp requires 3.12+ python version (#597)" (#602)
1 parent 52b1889 commit 709f8c7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.evergreen/init-node-and-npm-env.sh

-5
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,3 @@ export PATH="$npm_global_prefix/bin:$NODE_ARTIFACTS_PATH/nodejs/bin:$PATH"
2121
hash -r
2222

2323
export NODE_OPTIONS="--trace-deprecation --trace-warnings"
24-
25-
# https://github.com/nodejs/node-gyp#configuring-python-dependency
26-
. $SCRIPT_DIR/find-python3.sh
27-
NODE_GYP_FORCE_PYTHON=$(find_python3)
28-
export NODE_GYP_FORCE_PYTHON

0 commit comments

Comments
 (0)