MinGW と Python のメモ

MinGW? MinTTY?

Windows ホームディレクトリに .profile を置いた。
中身は

alias ls='ls --color=auto --show-control-chars'
alias ll='ls -l'
alias l='ls -CF'

Python

サードパーティのモジュールは Python27/Lib/site-packages にインストールされる