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

https://github.com/ryzeon-dev/pyvr

Python3 Venv Run
https://github.com/ryzeon-dev/pyvr

Last synced: 2 months ago
JSON representation

Python3 Venv Run

Awesome Lists containing this project

README

        

# pyvr
Python3 Venv Run

Simple bash script to run Python3 programs using their corresponding venv without having to manually activate and deactivate it

## Installation

Just copy the executable file in any directory present in your PATH
```bash
sudo cp ./pyvr /usr/local/bin
```

## Usage
The only parameter needed is the filepath of the python file you want to run

e.g.
```bash
pyvr main.py
```