From c7bac0fe59afdcba70889998e15e9dfa18a7c27e Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Tue, 24 May 2022 17:04:15 -0400 Subject: [PATCH] shouldn't add shebangs anymore --- scripts/install_birdnet.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install_birdnet.sh b/scripts/install_birdnet.sh index daeb65d..581aec8 100755 --- a/scripts/install_birdnet.sh +++ b/scripts/install_birdnet.sh @@ -29,8 +29,6 @@ install_birdnet() { python3 -m venv birdnet source ./birdnet/bin/activate pip3 install -U -r $HOME/BirdNET-Pi/requirements.txt - echo "Ensure all python scripts use the virtual environment" - sed -si "1 i\\#\!$HOME/BirdNET-Pi/birdnet/bin/python3" $my_dir/scripts/*.py } [ -d ${RECS_DIR} ] || mkdir -p ${RECS_DIR} &> /dev/null