Up-to-date pip with AppEngine Python flex env?

牧云@^-^@ 提交于 2019-11-29 16:58:32

Only python packages installable with pip (the one supplied) can be installed using the requirements.txt method.

To satisfy any other dependencies, including pip itself, you can build a custom runtime tailored exactly to your needs:

Use a custom runtime in the App Engine flexible environment to use an alternative implementation of Java, Python, Node.js, or Go, or write code in any other language. Defining new runtime environments allow you to include additional components like language interpreters or application servers.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!