Hello.
I'm using the command
Popen(['wsl', '/tmp/docker-desktop-root/mnt/host/c/Users/user/ensembl-vep/vep\n'], stderr=STDOUT).stdout
from a python script to run a Linux program "ensembl-vep". Unlike when I run the command in "Ubuntu on Windows", when I run it from the python script I get the following error message:
env: can't execute 'perl': No such file or directory.
I couldn't find relevant information about that issue.
Does anyone have an idea what I should do?
Thanks.