我经常使用remote_api_shell.py
,并且我想自动添加我的托管库的路径。这就是我目前所做的事情:
cat appengine_config.py
此输出:from google.appengine.ext import vendor vendor.add('lib')
python ~/google-cloud-sdk/platform/google_appengine/remote_api_shell.py myapp
有没有办法启动remote_api_shell.py
并让它自动包含销售的库?
此外,是否要执行将在remote_api_shell.py
环境中的Python脚本?我想在本地做一些需要在GAE沙箱中的数据处理。