I have a problem with running tests in the python35 virtual. Environment created using the venv module from the standard python library -a.
There is a script test.cmd , here is its contents:
@.\\pyenv\\Scripts\\activate.bat @python manage test Here is the result of its execution in cmd.exe :
d:\personal\projects\python-workspace\myproject>test.cmd (pyenv) d:\personal\projects\python-workspace\myproject> In other words, the second command in test.cmd not executed, but is issued prompt.
How to avoid issuing it and continue with test.cmd ?