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
- Create a
venvinside this repository
python -m venv <venv name>- default venv name:
.venv - if different name: change line 6 in launch.py
- default venv name:
- For now it's only working if you press the RUN button in VSCode
*