ubuntu打包python程序_如何在Ubuntu上从源代码自己构建python?

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 replace/update the version of the expat library used by Apache? ), Graham Dumpleton told me my distro had explicitly built Python in a way to use an external pyexpat implementation, so causing my issue. He also said I could build Python myself from source code to resolve the issue. How would I do this on Ubuntu? (Keep in mind I'm new to Linux.)

解决方案At a shell prompt (in a terminal), run

sudo apt-get install build-essential

This will fetch all the common packages you need to build anything (e.g. the compiler etc.).

Then run

sudo apt-get build-dep python2.7

This will fetch all the libraries you need to build python.

Then download the source code for python and decompress it into a directory.

go there and run

./configure --prefix=/path/where/you/want/python/installed

Then make and then make install to get it built and installed:

make && make install

If you hit snags on the way, ask back here and I'll try to offer some guidance.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值