I'm using the latest version of Python on Windows and I'm trying to use venv
with the following code:
C:\envs> py -m venv test
Even if it actually creates the venv
, it returns this error and I don't understand why.
Moreover I can't activate the venv
, the code
C:\envs> C:\envs\test\Scripts\activate.bat
returns
"C:\envs\test\Scripts\activate.bat" is not recognized as an internal or external command, operable program or batch file.