placing installation in venv

This commit is contained in:
Patrick McGuire
2021-10-13 15:41:20 -04:00
parent 80ee8990f2
commit 47cf04d59a
4 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -435,7 +435,7 @@ SYSTEMD_MOUNT=$(echo ${RECS_DIR#/} | tr / -).mount
## VENV is the virtual environment where the the BirdNET python build is found,
## i.e, VENV is the virtual environment miniforge built for BirdNET.
VENV=$(dirname ${my_dir})/miniforge/envs/birdnet
VENV=$(dirname ${my_dir})/birdnet
################################################################################
#---------------------------------- Testing -----------------------------------#