File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 74
74
- sudo apt-get update
75
75
- sudo apt-get install python3.9 python3.9-dev python3.9-distutils
76
76
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
77
+ - sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10
77
78
# https://github.com/pypa/virtualenv/issues/1740
78
79
# https://github.com/pypa/virtualenv/issues/1873
79
80
- python -m pip install --user --upgrade pip
@@ -127,6 +128,7 @@ jobs:
127
128
- sudo apt-get update
128
129
- sudo apt-get install python3.9 python3.9-dev python3.9-distutils
129
130
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
131
+ - sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10
130
132
# Install and use the latest Node.js LTS version
131
133
- nvm install "lts/*"
132
134
# https://github.com/pypa/virtualenv/issues/1740
@@ -158,6 +160,7 @@ jobs:
158
160
- sudo apt-get update
159
161
- sudo apt-get install python3.9 python3.9-dev python3.9-distutils
160
162
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
163
+ - sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10
161
164
# https://github.com/pypa/virtualenv/issues/1740
162
165
# https://github.com/pypa/virtualenv/issues/1873
163
166
- python -m pip install --user --upgrade pip
You can’t perform that action at this time.
0 commit comments