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