From e480e1a783b47734f7c16cdff3a1e5b59b8831b1 Mon Sep 17 00:00:00 2001 From: AndzejsP Date: Mon, 5 Jun 2023 08:32:40 +0300 Subject: [PATCH] fixed path to env --- installations/add_backend.sh | 2 +- installations/download_all_personalities.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installations/add_backend.sh b/installations/add_backend.sh index 9415b690..7e6757f1 100644 --- a/installations/add_backend.sh +++ b/installations/add_backend.sh @@ -1,4 +1,4 @@ #!/bin/bash -source ../env/Scripts/activate +source ../env/bin/activate python install_binding.py "$@" read -p "Press any key to continue..." diff --git a/installations/download_all_personalities.sh b/installations/download_all_personalities.sh index 68b96f75..ba8a9be3 100644 --- a/installations/download_all_personalities.sh +++ b/installations/download_all_personalities.sh @@ -4,7 +4,7 @@ environment_name="env" # Activate the virtual environment -source "$environment_name/Scripts/activate" +source "$environment_name/bin/activate" # Change to the installations subfolder