make problem
Closed this issue · 5 comments
OS:windows
shell: bash(git bash in windows)
It seems like Python places the venv activate script in a different directory in Windows. I can take a look into adding windows support in the Makefile, but it may take me a while to get to it.
In the meantime, perhaps you can patch the makefile locally or run the commands manually instead of through make.
@YoungKang1222 The file is probably called activate.bat
on Windows.
It seems like Python places the venv activate script in a different directory in Windows. I can take a look into adding windows support in the Makefile, but it may take me a while to get to it.
In the meantime, perhaps you can patch the makefile locally or run the commands manually instead of through make.
i'll try it, thanks
@YoungKang1222 The file is probably called
activate.bat
on Windows.
i 'll check it, thanks!