Skip to content

Commit 9847898

Browse files
committed
install python 3.9 python3.9-distutils
1 parent ce36a6e commit 9847898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# Python 3.8.2 in Ubuntu LTS has ASan issues
121121
- sudo add-apt-repository -y ppa:deadsnakes/ppa
122122
- sudo apt-get update
123-
- sudo apt-get install python3.9 python3.9-dev
123+
- sudo apt-get install python3.9 python3.9-dev python3.9-distutils
124124
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
125125
# Install and use the latest Node.js LTS version
126126
- nvm install "lts/*"
@@ -151,7 +151,7 @@ jobs:
151151
before_install:
152152
- sudo add-apt-repository -y ppa:deadsnakes/ppa
153153
- sudo apt-get update
154-
- sudo apt-get install python3.9 python3.9-dev
154+
- sudo apt-get install python3.9 python3.9-dev python3.9-distutils
155155
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
156156
# https://github.com/pypa/virtualenv/issues/1740
157157
# https://github.com/pypa/virtualenv/issues/1873

0 commit comments

Comments
 (0)