Deepin安装python及配置轻量级IDLE编辑器
Tofloor
poster avatar
wisp
deepin
2020-01-13 17:34
Author
sudo apt update


sudo apt install -y make build-essential libssl-dev zlib1g-dev


sudo apt install -y libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm


sudo apt install -y libncurses5-dev libncursesw5-dev xz-utils tk-dev


wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz


tar xvf Python-3.7.4.tgz


cd Python-3.7.4


./configure --enable-optimizations


make -j8 && sudo make altinstall


sudo make clean


pip3 install --upgrade pip


sudo apt-get install idle3


idle3
Reply Favorite View the author
All Replies
avatar
残念
deepin
2020-01-13 18:37
#1
额。。。
Reply View the author
avatar
Feng Yu
deepin
2020-01-13 19:05
#2
看到这种编译编译再编译的搞法我就想说误人子弟
Reply View the author
avatar
走钢丝
deepin
2020-01-13 19:55
#3
楼主安装了 3.7.4,怎么打开的 IDLE 还现实 3.5.3 ?
Reply View the author
avatar
leafgreen
deepin
2020-01-13 20:03
#4
最新版是3.8.1了吧
Reply View the author