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

前端 未结 5 763
忘掉有多难
忘掉有多难 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条回答
  •  -上瘾入骨i
    2020-11-27 14:02

    You may try using pyenv. I haven't tried it yet. But looking at the sources, it seems very mature to accomplish an installation of any CPython-interpreter on any *ix-system.

提交回复
热议问题