mirror of
https://github.com/esphome/esphome.git
synced 2025-07-29 06:36:45 +00:00
Add seed flag when running setup with uv present (#9932)
This commit is contained in:
parent
8dce7b0905
commit
2f9475a927
@ -6,7 +6,7 @@ set -e
|
|||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
if [ ! -n "$VIRTUAL_ENV" ]; then
|
if [ ! -n "$VIRTUAL_ENV" ]; then
|
||||||
if [ -x "$(command -v uv)" ]; then
|
if [ -x "$(command -v uv)" ]; then
|
||||||
uv venv venv
|
uv venv --seed venv
|
||||||
else
|
else
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user