{"id":27019046,"url":"https://github.com/jabbalaci/uv_venv","last_synced_at":"2025-09-23T15:50:19.863Z","repository":{"id":283876391,"uuid":"953146569","full_name":"jabbalaci/uv_venv","owner":"jabbalaci","description":"With uv, create a .venv folder in ~/.virtualenvs and put a symlink on it.","archived":false,"fork":false,"pushed_at":"2025-04-01T09:47:48.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T10:32:49.733Z","etag":null,"topics":["poetry","tool","uv","venv","virtual-environment"],"latest_commit_sha":null,"homepage":"","language":"Python","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/jabbalaci.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":"2025-03-22T17:14:30.000Z","updated_at":"2025-04-01T09:47:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"763c5f44-3dc4-4757-ae53-a9b95539b428","html_url":"https://github.com/jabbalaci/uv_venv","commit_stats":null,"previous_names":["jabbalaci/uv_venv"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fuv_venv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fuv_venv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fuv_venv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabbalaci%2Fuv_venv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jabbalaci","download_url":"https://codeload.github.com/jabbalaci/uv_venv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217217,"owners_count":20903009,"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":["poetry","tool","uv","venv","virtual-environment"],"created_at":"2025-04-04T17:18:44.941Z","updated_at":"2025-09-23T15:50:14.825Z","avatar_url":"https://github.com/jabbalaci.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uv_venv\n\nWith [uv](https://docs.astral.sh/uv/), create the `.venv` folder in `~/.virtualenvs` and put a symlink on it in your project folder.\n\n## Description\n\nThe command `uv venv` creates `.venv/` in the project folder.\n\nThis script creates the virt. env. in a separate folder (`~/.virtualenvs`),\nand in the project folder it creates a symbolic link called `.venv` that points\non the virt. env. located in `~/.virtualenvs`.\n\n## Rationale\n\n[Poetry](https://python-poetry.org/) works like this by default. With this\nscript I can make `uv` behave similarly to Poetry.\n\nI prefer storing my projects in Dropbox. Since a `.venv/` folder can grow really huge, it makes no sense\nto store these folders in Dropbox. I prefer putting\nthem in a separate folder, outside of Dropbox.\n\n## Usage\n\nCreate the folder `~/.virtualenvs`. Virt. environments\nwill be created there.\n\nPut a symbolic link or an alias on this script and\nname it `uv_venv`. Then:\n\n```shell\n$ uv init\n$ uv_venv\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabbalaci%2Fuv_venv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjabbalaci%2Fuv_venv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabbalaci%2Fuv_venv/lists"}