{"id":20198979,"url":"https://github.com/mantoso/pyenv-install-latest","last_synced_at":"2026-05-03T11:37:48.214Z","repository":{"id":212604750,"uuid":"697319370","full_name":"mantoso/pyenv-install-latest","owner":"mantoso","description":"Install latest Python with PyEnv","archived":false,"fork":false,"pushed_at":"2023-12-15T06:00:05.000Z","size":10,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T19:42:28.328Z","etag":null,"topics":["pyenv","python"],"latest_commit_sha":null,"homepage":"","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/mantoso.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-27T13:43:20.000Z","updated_at":"2023-09-27T13:47:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea919c23-addb-498f-8087-0d630c20503b","html_url":"https://github.com/mantoso/pyenv-install-latest","commit_stats":null,"previous_names":["mantoso/pyenv-install-latest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mantoso/pyenv-install-latest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantoso%2Fpyenv-install-latest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantoso%2Fpyenv-install-latest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantoso%2Fpyenv-install-latest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantoso%2Fpyenv-install-latest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mantoso","download_url":"https://codeload.github.com/mantoso/pyenv-install-latest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantoso%2Fpyenv-install-latest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32567879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["pyenv","python"],"created_at":"2024-11-14T04:35:13.999Z","updated_at":"2026-05-03T11:37:48.188Z","avatar_url":"https://github.com/mantoso.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyenv-install-latest\n\nThis [pyenv](https://github.com/yyuu/pyenv) plugin to install the latest version of Python.\n\n## Usage\n\n```shell\npyenv install-latest [--print] [\u003c`pyenv install` options\u003e] [\u003cversion-prefix\u003e]\n```\n\n## Installation\n\n```shell\ngit clone https://github.com/mantoso/pyenv-install-latest.git ${HOME}/.pyenv/plugins/pyenv-install-latest\n```\n\nOr, if your `pyenv` is not installed in your home directory\n\n```shell\ngit clone https://github.com/mantoso/pyenv-install-latest.git \"$(pyenv root)\"/plugins/pyenv-install-latest\n```\n\n## Usage example\n\nInstall the latest version of Python.\n\n```shell\n$ pyenv install-latest\nInstall 3.5.2...\nDownloading Python-3.5.2.tar.xz...\n-\u003e https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tar.xz\nInstalling Python-3.5.2...\npatching file Lib/venv/scripts/posix/activate.fish\nInstalled Python-3.5.2 to /home/username/.pyenv/versions/3.5.2\n```\n\nInstall 2.7-based version of Python.\n\n```shell\n$ pyenv install-latest 2.7\nInstall 2.7.12...\nDownloading Python-2.7.12.tar.xz...\n-\u003e https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tar.xz\nInstalling Python-2.7.12...\nInstalled Python-2.7.12 to /home/username/.pyenv/versions/2.7.12\n```\n\nPrint, but not install the latest 2.7-based version of Python\n\n    $ pyenv install-latest --print 2.7\n    2.7.15\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmantoso%2Fpyenv-install-latest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmantoso%2Fpyenv-install-latest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmantoso%2Fpyenv-install-latest/lists"}