Install Idle for python 3.6
Tofloor
poster avatar
wepliqq
deepin
2017-05-06 05:48
Author
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 :
  1. 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?
  1. sudo apt-get install python3.6
Copy the Code



Reply Favorite View the author
All Replies
thetigerpeter
deepin
2017-05-06 22:17
#1
Download python 3.6.1 extract and within the folder you open the terminal and write ./configure
     Make
     Make test
     Sudo make install
Reply View the author