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
- Host: GitHub
- URL: https://github.com/ryzeon-dev/pyvr
- Owner: ryzeon-dev
- License: agpl-3.0
- Created: 2024-04-30T19:06:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-30T19:11:31.000Z (about 1 year ago)
- Last Synced: 2025-02-04T15:47:16.773Z (4 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyvr
Python3 Venv RunSimple 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 rune.g.
```bash
pyvr main.py
```