I\'m trying the tutorial Using Cloud Datastore with Python, but when I run:
virtualenv -p python3 env
I got an error:
The path
Use something like this: virtualenv --python "Your python.exe path" 'Name of your virtual folder'. You can take your python.exe path from your environment variables which is in properties of your 'This PC' or 'My Computer'.
Then get into the folder and run the command: .\Scripts\activate
Enter the command pip freeze to make sure you have created your virtual environment successfully! It should return nothing since it is like an empty basket. Look at how it comes in the picture.