How would I build python myself from source code on Ubuntu?

前端 未结 5 768
忘掉有多难
忘掉有多难 2020-11-27 13:15

Ubuntu comes with Python 2.7.2+ pre-installed. (I also downloaded the python dev packages.) Because of another issue I\'m having (Explained in extreme depth in How do I repl

5条回答
  •  北海茫月
    2020-11-27 13:56

    The superior solution to building Python yourself is pythonbrew, which automates the process and also allows you to not only install several different versions, but also easily select between them.

    In 2016, pyenv and PyRun are the most viable solutions.

提交回复
热议问题