Skip to content

Commit

Permalink
[FIX] critical issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ismoilovdevml committed Sep 7, 2024
1 parent af359fc commit b9e598f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pages/guides/k8s/kubespray-setup.en-UZ.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ sudo apt install python3.10 python3.10-venv python3.10-dev
python3 --version
```

symbolic link yaratib olamiz
```bash
ls -la /usr/bin/python3
sudo rm /usr/bin/python3
sudo ln -s python3.10 /usr/bin/python3
python3 --version
```
Python paket manageri **pip** o'rnatamiz.
```bash
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
Expand Down

0 comments on commit b9e598f

Please sign in to comment.