TL;DR: appengine_config.py virtualenv lib, , dev_appserver.py
( bash ubuntu)
SO , , env gcloud -
env dir
.../.virtualenvs/nimble/local/lib/python2.7/site-packages
[projectdir]/lib
appengine_config.py, , , ,
dev_appserver.py [my proj dir here]
google.appengine . , dev-. .
, heres appengine_config.py
"""`appengine_config` gets loaded when starting a new application instance."""
print 'running app config yaya!'
from google.appengine.ext import vendor
vendor.add('lib')
print 'I am the line after adding lib, it should have worked'
import os
print os.getcwd()