Skip to content

Commit 0890b34

Browse files
committed
Fix the Python3.6 issue
1 parent a2ca64d commit 0890b34

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

system-test/system_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -eox pipefail
1111
cd $(dirname $0)
1212

1313
if [[ -z "$BINARY_HOST" ]]; then
14-
ADDITIONAL_PACKAGES="python3.8 g++ make"
14+
ADDITIONAL_PACKAGES="python3 g++ make"
1515
fi
1616

1717
if [[ "$RUN_ONLY_V8_CANARY_TEST" == "true" ]]; then

system-test/test.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ npm_install() {
2121
set -eox pipefail
2222
cd $(dirname $0)/..
2323

24-
alias python3=python3.6
25-
echo `which python3`
26-
echo `which python3.6`
27-
2824
NODEDIR=$(dirname $(dirname $(which node)))
2925

3026
# TODO: Remove when a new version of nan (current version 2.12.1) is released.

0 commit comments

Comments
 (0)