I'm using WSL for this purpose. I run the command
Code:
Popen(['wsl', '/tmp/docker-desktop-root/mnt/host/c/Users/user/ensembl-vep/vep\n'], stderr=STDOUT).stdout
from the python script to run a Linux program called "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 tried adding the environment variable from "Ubuntu on Windows" from the python script and got the same error.
Is there a way to solve this issue?
Bookmarks