{"id":22862882,"url":"https://github.com/yochem/venvs","last_synced_at":"2025-07-31T10:13:37.738Z","repository":{"id":102731467,"uuid":"571630489","full_name":"yochem/venvs","owner":"yochem","description":"Global Python virtual environments (venv)","archived":false,"fork":false,"pushed_at":"2023-01-31T11:11:30.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T13:23:57.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/yochem.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":"2022-11-28T14:47:06.000Z","updated_at":"2022-11-28T14:47:24.000Z","dependencies_parsed_at":"2023-03-04T19:01:36.278Z","dependency_job_id":null,"html_url":"https://github.com/yochem/venvs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yochem%2Fvenvs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yochem%2Fvenvs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yochem%2Fvenvs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yochem%2Fvenvs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yochem","download_url":"https://codeload.github.com/yochem/venvs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443526,"owners_count":20778247,"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":[],"created_at":"2024-12-13T10:15:47.341Z","updated_at":"2025-03-31T08:47:05.995Z","avatar_url":"https://github.com/yochem.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# venvs - wrapper for Python's venv\n\nThis script gathers all venvs in one folder and gives system-wide access to them.\n\n\n**Warning**: It is kinda hacky. Do not trust it without reading through the\ncode (it's not that long).\n\n## Installation\n\nDownload this repository somewhere on your system. Then put this somewhere in\nyour .bashrc / config.fish:\n\n```\n# for bash:\n[ -f \"path/to/venvs.bash\" ] \u0026\u0026 source \"path/to/venvs.bash\"\n\n# for zsh (it's just a link to venvs.bash):\n[ -f \"path/to/venvs.zsh\" ] \u0026\u0026 source \"path/to/venvs.zsh\"\n\n# for fish\n[ -f \"path/to/venvs.fish\" ] \u0026\u0026 source \"path/to/venvs.fish\"\n```\n\n## Venvs locations\nThe virtual environments are created in $XDG_DATA_HOME/venvs. This usually\nmeans ~/.local/share/venvs.\n\nTo place it somewhere else, set $XDG_DATA_HOME to another value. After that,\n`mv` the contents to the new directory.\n\n```\nUsage:\nvenvs \u003cvenv\u003e                 activate venv in the *global venvs directory*\nvenvs new \u003cvenv\u003e \u003coptions\u003e   create new venv in *global venvs directory*\n                             note: run python3 -m venv --help to see options\n\nvenvs                        activate venv in *current directory*\nvenvs new ./\u003cvenv\u003e \u003coptions\u003e create new venv in *current directory*\n                             note: run python3 -m venv --help to see options\n\nvenvs [ls | list]            list all venvs\nvenvs [rm | remove] \u003cvenv\u003e   remove a venv\nvenvs deactivate             deactivate current venv\nvenvs [-h | --help]          show this help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyochem%2Fvenvs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyochem%2Fvenvs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyochem%2Fvenvs/lists"}