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>