I am trying to run my GAE app locally inside a virtual environment.
I\'ve followed these two articles [1], [2] as reference to setup, but when I source evn/bi
source evn/bi
I've solved it by removing from the skip_files of my .yaml a - venv line. venv is my virtualenv folder, and I still have a - ^venv$ line. In case that helps someone ;-)
skip_files
.yaml
- venv
venv
- ^venv$