Merge pull request #253 from andzejsp/linux-script-fix

fixed path to env
This commit is contained in:
Saifeddine ALOUI 2023-06-05 07:57:32 +02:00 committed by GitHub
commit 39fd3139ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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..."

View File

@ -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