https://github.com/mojtabamoaddab/venv-manager
https://github.com/mojtabamoaddab/venv-manager
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mojtabamoaddab/venv-manager
- Owner: mojtabamoaddab
- License: mit
- Created: 2024-04-03T13:57:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-06T14:35:38.000Z (about 1 year ago)
- Last Synced: 2024-04-06T15:27:51.168Z (about 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```