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 73
73
- sudo apt-get update
74
74
- sudo apt-get install python3.9 python3.9-dev python3.9-distutils
75
75
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
76
+ - sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10
76
77
# https://github.com/pypa/virtualenv/issues/1740
77
78
# https://github.com/pypa/virtualenv/issues/1873
78
79
- python -m pip install --user --upgrade pip
@@ -101,6 +102,7 @@ jobs:
101
102
- sudo apt-get update
102
103
- sudo apt-get install python3.9 python3.9-dev python3.9-distutils
103
104
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
105
+ - sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10
104
106
# Install and use the latest Node.js LTS version
105
107
- nvm install "lts/*"
106
108
# https://github.com/pypa/virtualenv/issues/1740
@@ -135,6 +137,7 @@ jobs:
135
137
- sudo apt-get update
136
138
- sudo apt-get install python3.9 python3.9-dev python3.9-distutils
137
139
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
140
+ - sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10
138
141
# https://github.com/pypa/virtualenv/issues/1740
139
142
# https://github.com/pypa/virtualenv/issues/1873
140
143
- python -m pip install --user --upgrade pip
You can’t perform that action at this time.
0 commit comments