Skip to content

Commit cd6dc08

Browse files
committed
Update README.md
1 parent 7cfaefa commit cd6dc08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ Git and curl as the essential tools that need to be installed in the host OS, yo
178178
(outside)
179179
sudo apt-get install git-core gitk git-gui curl lvm2 thin-provisioning-tools \
180180
python-pkg-resources python-virtualenv python-oauth2client xz-utils \
181-
python3.6
181+
python3.9
182182

183-
# If Python 3.5 is the default, switch it to Python 3.6.
183+
# If Python 3.5 is the default, switch it to Python 3.9.
184184
python3 --version
185185
# If above version says 3.5, you'll need to run:
186186
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.5 1
187-
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 2
187+
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 2
188188
sudo update-alternatives --config python3
189189
```
190190

0 commit comments

Comments
 (0)