[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
Enviar comentarios
Configurar el entorno de desarrollo
Para configurar tu entorno de desarrollo en Python 2, debes hacer lo siguiente:
Instala la versión más reciente de Python 2.
Consulta Entorno de ejecución de Python 2 para obtener una lista de las versiones compatibles.
Instala y, luego, inicializa el SDK de Cloud. Si ya instalaste y, además, inicializaste el SDK de Cloud, ejecuta el comando gcloud components update
para actualizarlo a la versión más reciente.
El SDK de Cloud te proporciona las herramientas de línea de comandos de gcloud
para implementar y administrar tus apps.
Cuando lo descargas, aceptas los Términos que rigen el uso del SDK de Cloud para App Engine.
Instalar e inicializar el SDK de Cloud
Instala el componente de gcloud , que incluye la extensión de App Engine para Python 2.
Si usaste los administradores de paquetes apt
o yum
para instalar el SDK de Cloud, usa los mismos administradores de paquetes a fin de instalar el componente de gcloud .
De lo contrario, usa el siguiente comando:
gcloud components install app-engine-python
Instala Git para acceder a códigos, muestras, bibliotecas y herramientas en GitHub :
Instala Git
Instala tus herramientas o framework preferidos; por ejemplo, puedes usar cualquiera de los siguientes frameworks para desarrollar tu app de Python 2:
Ejecuta el siguiente comando a fin de instalar el componente Extra Libraries para Python 2, que incluye las bibliotecas graphy y Django :
gcloud components install app-engine-python-extras
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
Enviar comentarios
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-04-12 UTC.