1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Updates for development environment (#8801)

This commit is contained in:
Jesse Hills
2025-05-22 13:24:34 +12:00
committed by GitHub
parent 1466aa7703
commit bd7c2a680c
6 changed files with 44 additions and 17 deletions

View File

@@ -1,8 +1,6 @@
@echo off
if defined DEVCONTAINER goto :install
if defined VIRTUAL_ENV goto :install
if defined ESPHOME_NO_VENV goto :install
echo Starting the Virtual Environment
python -m venv venv