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 70
70
- sudo apt-get update
71
71
- sudo apt-get install python3.9 python3.9-dev python3.9-distutils
72
72
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
73
+ - sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10
73
74
# https://github.com/pypa/virtualenv/issues/1740
74
75
# https://github.com/pypa/virtualenv/issues/1873
75
76
- python -m pip install --user --upgrade pip
97
98
- sudo apt-get update
98
99
- sudo apt-get install python3.9 python3.9-dev python3.9-distutils
99
100
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
101
+ - sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10
100
102
# Install and use the latest Node.js LTS version
101
103
- nvm install "lts/*"
102
104
# https://github.com/pypa/virtualenv/issues/1740
@@ -129,6 +131,7 @@ jobs:
129
131
- sudo apt-get update
130
132
- sudo apt-get install python3.9 python3.9-dev python3.9-distutils
131
133
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
134
+ - sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10
132
135
# https://github.com/pypa/virtualenv/issues/1740
133
136
# https://github.com/pypa/virtualenv/issues/1873
134
137
- python -m pip install --user --upgrade pip
You can’t perform that action at this time.
0 commit comments