Creating Python RPM

后端 未结 2 1543
攒了一身酷
攒了一身酷 2021-01-01 05:46

I have been reading about creating an RPM for Python 2.6.4. In this page: http://docs.python.org/distutils/builtdist.html it says you can create an RPM of the current Python

2条回答
  •  粉色の甜心
    2021-01-01 06:28

    These instructions explain how to create an RPM package for your module. As far as I know, there is no (easy) way to package all your Python installation into an RPM.

    If you want to create an RPM package to install Python 2.6.4 on an older distro, you download the Python 2.6.4 source RPM and then rebuild it with rpmbuild. See Fedora RPM Guide.

提交回复
热议问题