Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Install Idle for python 3.6
Community Discussion
1902
views ·
1
replies ·
To
floor
Go
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 :
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
Reply
Like 0
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
Like 0
View the author
Please
sign
in first
New Thread
Popular Ranking
Change
My beautiful Deepin-colored stock chart theme
Manual
Popular Events
More
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?