Install Python 2.7 di Windows dan Virtualenv

1. Download dan Install Python 2.7
http://www.python.org/ftp/python/2.7/python-2.7.msi

2. Download ke directory c:\python27 dan jalankan setuptools
http://peak.telecommunity.com/dist/ez_setup.py
Jalankan: c:\Python27\python ez_setup.py

3. Install Virutal Enviroment
c:\Python27\Scripts\easy_install virtualenv

4. Buat direktory kerja contoh :
C:\>md c:\pyenv
C:\>C:\Python27\Scripts\virtualenv --no-site-packages c:\pyenv

5. Masuk dan Aktifkan Virtual Environmment
C:\CD C:\pyenv
C:\pyenv>Scripts\activate