WIKI
LANGUAGE:
中文
English
Install Idle for python 3.6
Community Discussion
2054
·
1
·
wepliqq
deepin
2017-05-05 21:48
Hi all, I'm new to deepin forum.
For university purposes, I am required to install idle for the latest version of python (python3.6.1).
Since deepin only come with python 3.5, I've used the command below to try and update the python version :
sudo apt-get install python3
Copy the Code
But that returns that python 3.5 is the latest version
However, this works, but the only problem is that when i install idle it only install idle for python 3.5 not 3.6. Can any one help please?
sudo apt-get install python3.6
Copy the Code
0
thetigerpeter
deepin
2017-05-06 14:17
Download python 3.6.1 extract and within the folder you open the terminal and write ./configure
Make
Make test
Sudo make install
0
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
Widgets for Deepin 25
Deluge, Hexchat, Element, Clementine & a few others not available...
Problem with boot menu, after last updates
Improvements for file systems
For university purposes, I am required to install idle for the latest version of python (python3.6.1).
Since deepin only come with python 3.5, I've used the command below to try and update the python version :
However, this works, but the only problem is that when i install idle it only install idle for python 3.5 not 3.6. Can any one help please?