Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pycontribs/pys
Repository used to pre-build python enabled images for popular operating systems
https://github.com/pycontribs/pys
ansible-devtools molecule
Last synced: about 2 months ago
JSON representation
Repository used to pre-build python enabled images for popular operating systems
- Host: GitHub
- URL: https://github.com/pycontribs/pys
- Owner: pycontribs
- License: mit
- Created: 2019-10-19T10:30:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T09:41:29.000Z (7 months ago)
- Last Synced: 2024-07-02T20:46:13.360Z (6 months ago)
- Topics: ansible-devtools, molecule
- Language: Dockerfile
- Homepage:
- Size: 25.4 KB
- Stars: 6
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# pys
Repository used to pre-build python enabled images for popular operating systemsThese images are not indented to for production, instead they are aimed on
testing python libraries on multiple platforms.Inclusions
==========* pip
* selinux python bindings (Red Hat systems)
* gcc
* git
* python headers
* openssl headers
* sudoUse cases
=========* Testing if your builded wheel can be installed on a specific platform
Customizations
==============* `/usr/bin/python` symlink is created to point to python3 where needed. Keep in
mind to use module calling convention for pip, virtualenv and other tools as
this symlink is the only exception made. The idea way to avoid having to detect
python executable when you implement testing.