This repository was archived by the owner on Apr 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 - sudo apt-get update
7878 - sudo apt-get install python3.9 python3.9-dev python3.9-distutils
7979 - sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
80+ - sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10
8081 # https://github.com/pypa/virtualenv/issues/1740
8182 # https://github.com/pypa/virtualenv/issues/1873
8283 - python -m pip install --user --upgrade pip
@@ -133,6 +134,7 @@ jobs:
133134 - sudo apt-get update
134135 - sudo apt-get install python3.9 python3.9-dev python3.9-distutils
135136 - sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
137+ - sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10
136138 # Install and use the latest Node.js LTS version
137139 - nvm install "lts/*"
138140 # https://github.com/pypa/virtualenv/issues/1740
@@ -165,6 +167,7 @@ jobs:
165167 - sudo apt-get update
166168 - sudo apt-get install python3.9 python3.9-dev python3.9-distutils
167169 - sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
170+ - sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10
168171 # https://github.com/pypa/virtualenv/issues/1740
169172 # https://github.com/pypa/virtualenv/issues/1873
170173 - python -m pip install --user --upgrade pip
You can’t perform that action at this time.
0 commit comments