Open
Description
On WSL Ubuntu 18.04LTS I'm getting
Unknown path format
when I use dockerizePip=true
in node_modules/serverless-python-requirements/lib/docker.js, getBindPath
is being called with servicePath=="/home/davidg/lambda-serverless-test/.serverless/requirements"
That function seems to require the servicePath
point to somewhere on my windows filesystem (/mnt/c/...) Is there no support for projects located in my wsl home directory?
FWIW I followed the README instructions regarding running under WSL and did step 1 and 2.