Closed jitbasemartin closed 7 years ago
That error is caused by using a pysh
step on a Windows machine. Double-check and make sure that all of the commands that occur within the withPythonEnv
block are pybat
Thanks I forgot to change all my pysh
by pybat
Hello,
I don't know if I use the plugin correctly but I got this error on Windows:
.pyenv-python.exe/bin/activate: No such file or directory
My pipeline code is:
I use:
2.73.2
1.0.3
If I browse my workspace the activate script is in
.pyenv-python.exe\Script\activate
maybe it's the problem ?Thanks