前提条件 普段使いのちょこちょことしたスクリプトやvirtualenvをキックするためのPythonはCygwinのパッケージを利用する。よってPythonはCygwinのsetup.exeでインストールしている前提で話をすすめる。 最低限のPython環境を用意 distributeをインストール いわゆるeasy_install。setuptoolsは既に開発終了してて、こいつが後継ツールになるらしい。setuptoolsとか使ってたらきっと@aodag先生に怒られるんだろう。 $ wget http://python-distribute.org/distribute_setup.py $ python distribute_setup.py virtualenv、virtualenvwrapperをインストール $ easy_install virtualenv $ easy_in