https://github.com/developer0hye/justvenv
Tired of `python -m venv .venv && .venv\Scripts\activate`? Just type `venv`. Creates and activates .venv in one command.
https://github.com/developer0hye/justvenv
Last synced: about 2 months ago
JSON representation
Tired of `python -m venv .venv && .venv\Scripts\activate`? Just type `venv`. Creates and activates .venv in one command.
- Host: GitHub
- URL: https://github.com/developer0hye/justvenv
- Owner: developer0hye
- License: apache-2.0
- Created: 2026-01-23T05:10:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-23T07:09:52.000Z (6 months ago)
- Last Synced: 2026-01-23T23:56:12.769Z (6 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# justvenv
[](https://github.com/developer0hye/justvenv/actions/workflows/test.yml)
[](https://www.python.org/downloads/)
[](https://opensource.org/licenses/Apache-2.0)
Tired of typing `python -m venv .venv && .venv\Scripts\activate`?
Just type `venv`.
## Installation
```bash
pip install justvenv
venv # Automatically configures your shell
```
Restart your shell after setup (or run `. $PROFILE`)
## Usage
```bash
venv # Create .venv + activate
deactivate # Deactivate
```
That's it!
## Supported Environments
- **OS**: Windows, macOS, Linux
- **Python**: 3.8+
- **Shell**: PowerShell, Bash, Zsh, Git Bash
## License
Apache-2.0 License