Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ridha/build-python3-rpm
Buildout Python RPM package for CentOS
https://github.com/ridha/build-python3-rpm
rpm
Last synced: 13 days ago
JSON representation
Buildout Python RPM package for CentOS
- Host: GitHub
- URL: https://github.com/ridha/build-python3-rpm
- Owner: ridha
- Created: 2017-03-16T00:20:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T04:06:19.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T11:03:39.954Z (2 months ago)
- Topics: rpm
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# build-python3-rpm
Buildout Python RPM package for CentOS#### Install
```bash
$ git clone https://github.com/ridha/build-python3-rpm
$ cd build-python3-rpm; make
$ sudo rpm -ivh python-3.6.0-1.el7.x86_64.rpm
```