opkfashion.blogg.se

Ubuntu python
Ubuntu python












ubuntu python

That means when we run python3 it will execute as python3.6 but we want to execute this as python3.7. Sudo update-alternatives -install /usr/bin/python3 python3 /usr/bin/python3.7 2Īlso Read: Backup all MySQL Databases with a MySQL Backup Script Step 3: Update Python 3 to point to Python 3.7īy default, Python 3.6 is pointed to Python 3. Sudo apt-get install python3.7 Step 2: Add Python 3.6 & Python 3.7 to update-alternatives sudo update-alternatives -install /usr/bin/python3 python3 /usr/bin/python3.6 1 Step 1: Install the Python 3.7 package using apt-get

ubuntu python

Step 3: Update Python 3 to point to Python 3.7įollow the simple steps to install and configure Python 3.7.Step 2: Add Python 3.6 & Python 3.7 to update-alternatives.Step 1: Install the Python 3.7 package using apt-get.














Ubuntu python