{"id":20627427,"url":"https://github.com/florianmgs/pyenv-local","last_synced_at":"2025-09-02T13:43:56.827Z","repository":{"id":168463937,"uuid":"644151691","full_name":"FlorianMgs/pyenv-local","owner":"FlorianMgs","description":"Create a venv in current directory using pyenv. Usage: `py 3.11.3 venv`","archived":false,"fork":false,"pushed_at":"2023-05-23T02:13:25.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T06:31:36.452Z","etag":null,"topics":["bash","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FlorianMgs.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-22T23:45:55.000Z","updated_at":"2024-09-25T05:49:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ed5aa1c-b007-4356-9eba-5752e5e0d1b1","html_url":"https://github.com/FlorianMgs/pyenv-local","commit_stats":null,"previous_names":["florianmgs/pyenv-local"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianMgs%2Fpyenv-local","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianMgs%2Fpyenv-local/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianMgs%2Fpyenv-local/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianMgs%2Fpyenv-local/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlorianMgs","download_url":"https://codeload.github.com/FlorianMgs/pyenv-local/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242483346,"owners_count":20135785,"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","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":["bash","pyenv","python"],"created_at":"2024-11-16T13:16:45.793Z","updated_at":"2025-03-08T00:41:00.563Z","avatar_url":"https://github.com/FlorianMgs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyEnv-Local Setup Guide\n\nThis script creates a Python virtual environment in current working directory using pyenv with a specified Python version. \n\n## Prerequisites\n\n- [Pyenv](https://github.com/pyenv/pyenv) should be installed.\n\n## Installation Steps\n\n1. Clone the repo or download `pyenv-local.sh`.\n2. Move the script to a location in your PATH:\n\n    ```bash\n    mv pyenv-local.sh /usr/local/bin/pyenv-local\n    chmod +x /usr/local/bin/pyenv-local\n    ```\n\n3. Create the `py` alias:\n\n    ```bash\n    echo 'alias py=\"/usr/local/bin/pyenv-local\"' \u003e\u003e ~/.bashrc\n    source ~/.bashrc\n    ```\n\n## Usage\n\n```bash\npy \u003cpython_version\u003e \u003cvenv_name\u003e\n```\n\nFor example: `py 3.11.3 venv`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianmgs%2Fpyenv-local","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorianmgs%2Fpyenv-local","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianmgs%2Fpyenv-local/lists"}