==Pyramid==
[[Python][Django]]
*http://docs.pylonsproject.jp/projects/pyramid-doc-ja/en/latest/index.html
c:\easy_install virtualenv
=====ワークスペースの作成=====
c:\work\python>>virtualenv --no-site-package env
New python executable in env\Scripts\python.exe
Installing setuptools................done.
Installing pip...................done.
=====仮想環境の実行=====
c:\work\python\env>>cd Scripts
c:\work\python\env\Scripts>>activate (env) c:\work\python\env\Scripts>>
===Pyramidのインストール===
=====ワークスペースに移動=====
(env) c:\work\python\env\Scripts>>cd ..
=====Pyramidのインストール=====
(env) c:\work\python\env>>easy_install pyramid
Searching for pyramid
Reading http://pypi.python.org/simple/pyramid/
===実行===
(env) c:\work\python>>python hello_world.py
*http://localhost:8080/hello/World
[[File:1020_pyramid_01.jpg]]