{"id":16942499,"url":"https://github.com/defnull/venv","last_synced_at":"2025-06-26T14:34:02.433Z","repository":{"id":8239958,"uuid":"9683300","full_name":"defnull/venv","owner":"defnull","description":"venv - python virtualenv shortcut","archived":false,"fork":false,"pushed_at":"2013-06-11T14:25:59.000Z","size":99,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T18:56:24.669Z","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/defnull.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2013-04-25T23:04:19.000Z","updated_at":"2022-01-09T18:40:02.000Z","dependencies_parsed_at":"2022-08-19T13:31:42.101Z","dependency_job_id":null,"html_url":"https://github.com/defnull/venv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/defnull/venv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defnull%2Fvenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defnull%2Fvenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defnull%2Fvenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defnull%2Fvenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/defnull","download_url":"https://codeload.github.com/defnull/venv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defnull%2Fvenv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262085379,"owners_count":23256431,"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-10-13T21:12:06.724Z","updated_at":"2025-06-26T14:34:02.401Z","avatar_url":"https://github.com/defnull.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"venv - python virtualenv shortcuts\n###############################################################################\n\n``venv`` is a small bash script that helps bootstrapping and managing a custom python environment in your home directory. It uses ``virtualenv`` and ``pip`` internally and is really just a little helper script. No magic.\n\nIf you run it for the first time, `venv` creates a single virtual environment in ``$HOME/.venv/`` for you. If ``virtualenv`` is not installed on your system, a fresh copy is downloaded from online sources. No need to download ``virtualenv``, ``setuptools`` or ``pip`` manually.\n\nUsage\n-----\n\n``venv`` or ``venv python``\n  Run a python shell. This is a shortcut for ``'$HOME/.venv/bin/activate; python'``\n``venv PROG``\n  Run a programm or script installed to ``$HOME/.venv/bin/``. (e.g. ``venv ipython``).\n``venv PIP_COMMAND``\n  Run pip with the specified command (e.g. ``venv install ipython``).\n``venv MODULE``\n  Run a python module as a script (same as ``venv python -m MODULE``)\n        \n        \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefnull%2Fvenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefnull%2Fvenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefnull%2Fvenv/lists"}