Highlights:
source activate <env name> will use the Anaconda package, not virtualenv.Context:
There’s a portion in the Flask / Google App Engine tutorial that packages our website using virtualenv. I tried following, but am coming up with issues.
I noticed that I now have a (base) in front of my name. On research, this might be because my Anaconda installation and configuration files are getting in the way.
Since I can also build virtualenvs with anaconda, I will go with this route first.
Issues I encountered:
-bash: gcloud: command not foundgoogle-cloud-sdk folder from my Desktop. When I brought it back from the trash bin, I needed to restart my computer. gcloud command now works again. Restarting saves the day again!