python install in linux

来源:互联网 发布:软件测试精品课程 编辑:程序博客网 时间:2024/06/13 23:08

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

0 0
原创粉丝点击