When I was trying to setup plone as per the documentation : 8. Set up Plone for the Training – Mastering Plone 6 Development — Plone Training 2023 documentation
I am getting this error which says 'venv' is not recognized as an internal or external command when I run "make build"
PS C:\Users\---\Desktop\plone\training\backend> make build
"`tput setaf 2`==> Setup Virtual Env`tput sgr0`"
'venv' is not recognized as an internal or external command,
operable program or batch file.
make: *** [Makefile:30: bin/pip] Error 1
Things I have tried:
- checked the versions of make (version 4.4) and virtualenv
- manually activate the virtual env using venv\Scripts\activate
How should I solve this problem?