Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Deepin安装python及配置轻量级IDLE编辑器
Experiences and Insight
1119
views ·
4
replies ·
To
floor
Go
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
Like 0
Favorite
View the author
All Replies
残念
deepin
2020-01-13 18:37
#1
额。。。
Reply
Like 0
View the author
Feng Yu
deepin
2020-01-13 19:05
#2
看到这种编译编译再编译的搞法我就想说误人子弟
Reply
Like 0
View the author
走钢丝
deepin
2020-01-13 19:55
#3
楼主安装了 3.7.4,怎么打开的 IDLE 还现实 3.5.3 ?
Reply
Like 0
View the author
leafgreen
deepin
2020-01-13 20:03
#4
最新版是3.8.1了吧
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
WiFi Drivers
Popular Events
More
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