mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Updates for development environment (#8801)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user