Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 515 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 515 Bytes

venv-manager

Simple python virtual environment management command

Installation

1. Clone the repository:

git clone https://github.com/mojtabamoaddab/venv-manager ~/.venv-manager

2. Run install.sh script

bash ~/.venv-manager/install.sh

Usage

Create Virtual Environment

venv-create <venv-name>

Activate Virtual Environment

venv-activate <venv-name>

Delete Virtual Environment

venv-delete <venv-name>