{"id":24761002,"url":"https://github.com/ziozzang/python-on-coreos","last_synced_at":"2025-10-11T08:30:34.827Z","repository":{"id":34704643,"uuid":"38680677","full_name":"ziozzang/python-on-coreos","owner":"ziozzang","description":"Python on CoreOS. works well with ansible.","archived":false,"fork":false,"pushed_at":"2018-10-01T13:50:36.000Z","size":4,"stargazers_count":24,"open_issues_count":0,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T11:47:03.345Z","etag":null,"topics":["ansible","coreos","python"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ziozzang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-07T10:26:38.000Z","updated_at":"2022-06-12T14:14:03.000Z","dependencies_parsed_at":"2022-09-01T04:23:10.240Z","dependency_job_id":null,"html_url":"https://github.com/ziozzang/python-on-coreos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ziozzang/python-on-coreos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziozzang%2Fpython-on-coreos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziozzang%2Fpython-on-coreos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziozzang%2Fpython-on-coreos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziozzang%2Fpython-on-coreos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziozzang","download_url":"https://codeload.github.com/ziozzang/python-on-coreos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziozzang%2Fpython-on-coreos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006611,"owners_count":26084148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","coreos","python"],"created_at":"2025-01-28T18:20:29.960Z","updated_at":"2025-10-11T08:30:34.527Z","avatar_url":"https://github.com/ziozzang.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-on-coreos\nPython on CoreOS. works well with ansible.\n\nthis script install Active Python x86_64 binary to CoreOS.\nthis will works well with ansible, also any 3rd party software. because it hsa pip also. :)\n\nINSTALL\n=======\njust run the contents of shell-script.\n\n```\nwget -qO- https://raw.githubusercontent.com/ziozzang/python-on-coreos/master/install-python-on-coreos.sh | bash\n```\n\nRUNNING\n=======\n\n/opt/bin/python will works well. :)\n\nif you want to run python in anywhere, just make ~/.bashrc file which contains this.\n```\nexport PATH=$PATH:/opt/bin\n```\n\nor just run this command\n```\ncat \u003e ~/.bashrc \u003c\u003c EOF\nexport PATH=\\$PATH:/opt/bin\nEOF\n```\n\n\nWITH ANSIBLE\n============\ncheck sample-ansible-hosts file. there would be all you need to.\n\n```\nansible -m setup -i hosts core-01\n```\n\nthis command works like charm.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziozzang%2Fpython-on-coreos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziozzang%2Fpython-on-coreos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziozzang%2Fpython-on-coreos/lists"}