mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-06 01:29:32 +00:00
builder: Use venv for butterfly validation
This commit is contained in:
@@ -27,7 +27,11 @@ tcpdump --version
|
|||||||
monkey --version
|
monkey --version
|
||||||
pigpiod -v
|
pigpiod -v
|
||||||
i2cdetect -V
|
i2cdetect -V
|
||||||
|
# butterfly uses its own venv, so we honor that
|
||||||
|
. /root/butterfly_env/bin/activate
|
||||||
butterfly -h
|
butterfly -h
|
||||||
|
# deactivate venv as needed
|
||||||
|
deactivate
|
||||||
espeak --version
|
espeak --version
|
||||||
mjpg_streamer --version
|
mjpg_streamer --version
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user