I can't activate the venv on my new project (new to Python too),
If I do python --version
: Python 3.7.2
I created the venv using ' $ python -m venv ./venv ' in my editor (vs code).
and now to activate is where I have a problem,
Attempt 1:
$ ./venv/Scripts/activate.bat
error : 'C:\Users\name' is not recognized as an internal or external command, operable program or batch file.
The system cannot find the path specified.
My user name is formatted from 2 names "name & name" with space between them! Is that a problem? It just show first name and not the second.
Attempt 2:
$ C:\Users/name & name/Desktop/ProjectFolder/venv/Scripts/activate.bat
error:
[1] 15160
bash: C:Users/name: No such file or directory
bash: name/Desktop/ProjectFolder/venv/Scripts/activate.bat: No such file or directory
[1]+ Exit 127 C:\Users/name