前置作業:
稍後的安裝、使用步驟需要用到 wget ( 或 curl )、unzip、python2,安裝這些軟體指令如下:
pacman -S wget unzip python2
下載 GAE SDK for Python:
首先到 Google App Engine 網頁下載,
下載 Linux / Other Platforms 版本,指令:
wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.18.zip
安裝 GAE SDK for Python:
解壓縮 GAE SDK,
unzip google_appengine_1.9.18.zip
檢查 Python 版本:
因 GAE SDK 是使用 Python 2.7 版本,所以先行檢查一下開發環境的 Python 版本,若機器沒有安裝 Python 2.7 請參考前置作業的步驟進行安裝。
/usr/bin/env python -V
本篇內容至此,接著請繼續閱讀 GAE SDK for Python 教學 (2)。
Environment :
・ Arch Linux
・ Python 2.7
Reference :
・ Webapp2 official site
・ Google App Engine SDK