I\'m trying the tutorial Using Cloud Datastore with Python, but when I run:
virtualenv -p python3 env
I got an error:
The path
After reading this tutorial, I found the workaround for my case:
virtualenv --python "C:\\Anaconda3\\python.exe" env