sudo apt-get install build-essential python-dev
Even though python-dev is for python2.7 it will still bring in all the necessary dependencies.
You will then need to do:
./configure
make
sudo make install
To rebuild python3
本文介绍如何使用sudo apt-get install build-essential python-dev安装Python及其必要依赖,并提供了详细的步骤指导,包括配置、编译和安装过程。
sudo apt-get install build-essential python-dev
Even though python-dev is for python2.7 it will still bring in all the necessary dependencies.
You will then need to do:
./configure
make
sudo make install
To rebuild python3
4696
1849

被折叠的 条评论
为什么被折叠?