Skip to content

Commit

Permalink
GitBook: [master] one page modified
Browse files Browse the repository at this point in the history
  • Loading branch information
yemreak authored and gitbook-bot committed Nov 17, 2019
1 parent 62de2be commit d2c39d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion isletim-sistemi-notlari/linux-notlari/linux-gelismis.md
Expand Up @@ -10,7 +10,8 @@ Alttaki komut ile python2'yi kaldırıp, python3'e bağlantı oluşturarak varsa

```bash
sudo apt purge python2.x-minimal
sudo ln -sfn /usr/bin/python3.6 /usr/bin/python
sudo ln -sfn /usr/bin/python3.6 /usr/bin/python # python -> python3
sudo ln -s /usr/bin/pip3 /usr/bin/pip # pip -> pip3
```

{% hint style="info" %}
Expand Down

0 comments on commit d2c39d2

Please sign in to comment.