{"id":25065815,"url":"https://github.com/dubniczky/python-venv-extension","last_synced_at":"2026-04-09T02:31:33.896Z","repository":{"id":160045573,"uuid":"524637756","full_name":"dubniczky/Python-Venv-Extension","owner":"dubniczky","description":"Extension to the Linux terminal to easily manage python virtual environments","archived":false,"fork":false,"pushed_at":"2026-02-01T14:59:33.000Z","size":908,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-01T23:49:50.224Z","etag":null,"topics":["bash","bash-script","python","terminal","venv","venv-python","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/dubniczky.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":"2022-08-14T10:26:10.000Z","updated_at":"2026-02-01T14:59:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"f77e79d1-4bdf-4974-aa05-0f735c72bb1d","html_url":"https://github.com/dubniczky/Python-Venv-Extension","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dubniczky/Python-Venv-Extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FPython-Venv-Extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FPython-Venv-Extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FPython-Venv-Extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FPython-Venv-Extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dubniczky","download_url":"https://codeload.github.com/dubniczky/Python-Venv-Extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubniczky%2FPython-Venv-Extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31582603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash","bash-script","python","terminal","venv","venv-python","zsh"],"created_at":"2025-02-06T19:45:06.686Z","updated_at":"2026-04-09T02:31:33.890Z","avatar_url":"https://github.com/dubniczky.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Virtual Environment Terminal Extension\n\nAn extension to the Linux terminal to easily manage python virtual environments.\n\n## Installation\n\n1. Download repository\n2. Open in terminal\n3. Run: `./install.sh`\n\nOr copy and run:\n\n```bash\ngit clone https://gitlab.com/richardnagy/python-venv-terminal-extension.git/ \u0026\u0026\ncd python-venv-terminal-extension \u0026\u0026\n./install.sh\n```\n\n\u003e ⚠️ You need to restart your terminal for the script to load. You can just type `bash`.\n\n## Manual Installation\n\n1. Copy `.env` and `venv.sh` to `~/.venvconfig/` folder.\n2. To auto-run script on bash start, add the following line to `~/.bashrc`:\n\n```bash\nsource ~/.venvconfig/venv.sh\n```\n\n3. Now you can delete the repository.\n4. Restart your terminal.\n\n\u003e ❔ **Why does it have to be installed like this?**\n\u003e\n\u003e This script adds new functions to your terminal by modifying the currently running instance.\n\u003e Actvating a virtual environment works the same way, so it has to be loaded every time.\n\u003e Adding it to bashrc file will automate the loading of the script.\n\n## Usage\n\n|Command|Effect|\n|---|---|\n|`venv`, `venv help`|Displays help listing all commands.|\n|`venv load`|Creates and activates a virtual environment, then installs packages.|\n|`venv exit`|Deactivate current virtual environment.|\n|`venv lock`|Save currently installed packages to lock file.|\n|`venv install`|Install packages from requirements file.|\n|`venv install lock`|Install packages from lock file.|\n|`venv activate`|Activate virtual environment in current directory (recommended to use load).|\n|`venv add [name]`|Install and add package to requirements and lock.|\n|`venv run`|Runs current package main python file.|\n\n## Articles\n\nThis project was referenced in [this](https://richard-nagy.medium.com/using-python-virtual-environment-comfortably-7d0348597829) medium article.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubniczky%2Fpython-venv-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdubniczky%2Fpython-venv-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubniczky%2Fpython-venv-extension/lists"}