“uninstall python 2.7 di ubuntu” Kode Jawaban

Ubuntu Hapus Python 2.7

# Remove python2
sudo apt purge -y python2.7-minimal

# You already have Python3 but 
# don't care about the version 
sudo ln -s /usr/bin/python3 /usr/bin/python

# Same for pip
sudo apt install -y python3-pip
sudo ln -s /usr/bin/pip3 /usr/bin/pip

# Confirm the new version of Python: 3
python --version
Real Raccoon

cara menghapus python2.7 dari ubuntu 18.04

sudo apt autoremove python
Calm Cobra

cara menghapus python2.7 dari ubuntu 18.04

whereis python
which python
Calm Cobra

uninstall python 2.7 di ubuntu

sudo apt purge -y python2.7-minimal
Difficult Duck

Jawaban yang mirip dengan “uninstall python 2.7 di ubuntu”

Pertanyaan yang mirip dengan “uninstall python 2.7 di ubuntu”

Lebih banyak jawaban terkait untuk “uninstall python 2.7 di ubuntu” di Python

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya