From 3bcbb8b5309fd95febc2aa416a62ccf5bef04730 Mon Sep 17 00:00:00 2001 From: Michael Knudsen <44273976+grep-michael@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:29:09 -0400 Subject: [PATCH] Update PySilon-linux.sh fixed calling activation script from wine, this solution worked Linux 6.9.10-1-MANJARO --- PySilon-linux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PySilon-linux.sh b/PySilon-linux.sh index dab6b0ab..3e88f65d 100755 --- a/PySilon-linux.sh +++ b/PySilon-linux.sh @@ -96,11 +96,11 @@ if [ "$mode" == 'c' ]; then # Initializing venv echo -e "\e[36m[#] Initializing the virtual environment...\e[0m" - ###* Attention needed / Might not work (activate.bat does not get called) ### + ### https://forum.winehq.org/viewtopic.php?t=35817 ### if [ "$package_manager" == '4' ]; then - wine64 call ".\\pysilon\\Scripts\\activate.bat" + wine64 start /unix ".\\pysilon\\Scripts\\activate.bat" else - wine call ".\\pysilon\\Scripts\\activate.bat" + wine start /unix ".\\pysilon\\Scripts\\activate.bat" fi # Install requirements.txt