An open API service indexing awesome lists of open source software.

https://github.com/mojtabamoaddab/venv-manager


https://github.com/mojtabamoaddab/venv-manager

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# venv-manager

Simple python virtual environment management command

### Installation

#### 1. Clone the repository:

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

#### 2. Run install.sh script

```shell
bash ~/.venv-manager/install.sh
```

---

### Usage

#### Create Virtual Environment

```shell
venv-create
```

#### Activate Virtual Environment

```shell
venv-activate
```

#### Delete Virtual Environment

```shell
venv-delete
```