{"id":18536445,"url":"https://github.com/gingerhot/plenv-installer","last_synced_at":"2026-04-25T21:32:41.433Z","repository":{"id":147736023,"uuid":"251189515","full_name":"gingerhot/plenv-installer","owner":"gingerhot","description":"This tool is used to install `plenv` and friends.","archived":false,"fork":false,"pushed_at":"2020-03-30T12:00:13.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-30T06:28:49.598Z","etag":null,"topics":["perl","perl-installer","perl-toolchain"],"latest_commit_sha":null,"homepage":"https://github.com/tokuhirom/plenv","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gingerhot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-03-30T03:15:56.000Z","updated_at":"2021-11-08T12:01:52.000Z","dependencies_parsed_at":"2023-05-27T09:00:41.587Z","dependency_job_id":null,"html_url":"https://github.com/gingerhot/plenv-installer","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"e80ceaa4d6b5880e7519151a07284208ccf8cd61"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gingerhot/plenv-installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerhot%2Fplenv-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerhot%2Fplenv-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerhot%2Fplenv-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerhot%2Fplenv-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gingerhot","download_url":"https://codeload.github.com/gingerhot/plenv-installer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gingerhot%2Fplenv-installer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32278249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"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":["perl","perl-installer","perl-toolchain"],"created_at":"2024-11-06T19:33:49.038Z","updated_at":"2026-04-25T21:32:41.418Z","avatar_url":"https://github.com/gingerhot.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plenv installer\n\n![](https://github.com/gingerhot/plenv-installer/workflows/Test%20plenv-installer/badge.svg)\n\nThis tool installs [plenv](https://github.com/tokuhirom/plenv) and friends. It is copied from [pyenv installer](https://github.com/pyenv/pyenv-installer/blob/master/bin/pyenv-installer).\n\n## Prerequisites\n\n### Installation / Update / Uninstallation\n\nOnce prerequisites have been installed correctly:\n\n#### Install\n\n```shell\n$ curl -L https://github.com/gingerhot/plenv-installer/raw/master/bin/plenv-installer | bash\n```\nRestart your shell so the path changes take effect:\n\n```bash\n$ exec $SHELL\n```\n\nYou can now begin using plenv.\n\nIf you need, export USE_GIT_URI to use git:// instead of https:// for git clone.\n\n#### Update\n\nsee [here](https://github.com/tokuhirom/plenv#upgrading).\n\n#### Uninstall\n\nplenv is installed within $PLENV_ROOT (default: ~/.plenv). To uninstall, just remove it:\n\n```shell\n$ rm -fr ~/.plenv\n```\n\nthen remove these two lines from .bashrc:\n\nexport PATH=\"$HOME/.plenv/bin:$PATH\"\neval \"$(plenv init -)\"\n\nand finally, restart your shell:\n\n```shell\n$ exec $SHELL\n```\n\nUsing plenv-installer on Travis CI\nTravis itself uses plenv and therefore PLENV_ROOT is set already. To make it work anyway the installation for plenv-installer needs to look like this:\n\n[...]\n- unset PLENV_ROOT\n- curl -L https://github.com/gingerhot/plenv-installer/raw/master/bin/plenv-installer | bash\n- export PATH=\"$HOME/.plenv/bin:$PATH\"\n- plenv install 5.18.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgingerhot%2Fplenv-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgingerhot%2Fplenv-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgingerhot%2Fplenv-installer/lists"}