Пожалуйста, помогите мне запустить .sh
файл (bash-файл) из Python Spyder IDE в Windows. Я использую код ниже.
import subprocess
subprocess.call(['./test.sh'])
У меня ошибка:
FileNotFoundError: [WinError 2] The system cannot find the file specified
Я не знаю, где мне хранить test.sh
файл в Windows.
![enter image description here](https://i.stack.imgur.com/Cpo8c.png)