Come aggiornare Python 3.6 a 3.7 in Ubuntu 18.04
Per aggiornare Python 3.6 a 3.7 assicurati di seguire i seguenti passi
1. Installare Anaconda per Linux. Vai al seguente sito per scaricare il pacchetto →Downloads - Anaconda
2. Segui come installare il pacchetto usando il seguente link →Installazione su Linux
NOTA:- Assicurati di scaricare la versione per terminale in modo da poter installare il pacchetto sul terminale linux
3. When you’re done with above 2 steps now run the following commands
- conda update python
NOTE:- if you’ve newly install Ubuntu 18.04 then Python will come with version 3.6.5 which will be updated to 3.6.6 when you’ll run the above command. I observed this in my system
4. Run the following command
- python3
Here make sure the Python version shows up 3.6.6. Esci dalla shell.
5. Run the following command
- conda install python=3.7
Let the installation begin and let the new version to be install.
6. After installation is done run the following command
- python3
Hopefully you get to this.
If in case you don’t get an upgrade, regularly update and upgrade the system and then try to install the new version from 5th step on wards.
Articoli simili
- Come installare Windows 8.1 sul portatile preinstallato che viene fornito con Ubuntu e rimuovere Ubuntu dopo l'installazione di Windows 8.1
- Come fare il downgrade da Ubuntu 18.04 a Ubuntu 16.04
- Come fare il downgrade di Ubuntu 20.04 lts (Ubuntu, sviluppo)
- Qual è la differenza tra Ubuntu e Ubuntu Core?