We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d306e2 commit 5b5f89cCopy full SHA for 5b5f89c
.evergreen/install-npm-deps.sh
@@ -2,6 +2,8 @@
2
set -e
3
set -x
4
5
+. "$BASEDIR/setup-env.sh"
6
+
7
if [[ "${DISTRO_ID}" =~ ^(rhel|ubuntu1804) ]]; then
8
# RHEL and Ubuntu 18.04 use Python 3.6 which isn't supported by newer node-gyp versions
9
npm i node-gyp@9 --verbose --force
.evergreen/setup-env.sh
@@ -39,6 +39,7 @@ if [ "$OS" != "Windows_NT" ]; then
39
export GIT_EXEC_PATH="/opt/devtools/libexec/git-core"
40
export CC=gcc
41
export CXX=g++
42
+ export PYTHON="/opt/devtools/bin/python3"
43
44
echo "Using gcc version:"
45
(which gcc && gcc --version)
0 commit comments