Skip to content

mojtabamoaddab/venv-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>