Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.02 KB

File metadata and controls

20 lines (14 loc) · 1.02 KB

Venv Code Base

What is this?

Have you ever wanted to automatically run a programm inside a venv?
Well I had this problem and decided to implement something that fits this purpose.
This is a default code that can be edited to fit your purposes

How to start?

  1. Create a venv inside this repository
  • python -m venv <venv name>
    • default venv name: .venv
    • if different name: change line 6 in launch.py
  1. Use main.py as your main file
  2. Run launch.py in terminal* or VSCode Run Button VSCode Run Button

Problems

  • For now it's only working if you press the RUN button in VSCode VSCode Run Button *