2014-04-19から1日間の記事一覧

自然言語解析環境を作った メモ

AWS

# yum install gcc gcc-c++ make ncurses-devel readline-devel zlib-devel mysql mysql-* ftp libyaml-devel # yum install --skip-broken 'graphviz*' # easy_install numpy # easy_install networkx # easy_install pyyaml # easy_install twitter # easy…

Python2.7 環境を作った メモ

AWS

1) python # yum -y install python27 python27-devel # rm /usr/bin/python # ln -s /usr/bin/python2.7 /usr/bin/python # cp /usr/bin/yum /usr/bin/_yum_old # sed -i s/python/python26/g /usr/bin/yum # yum list 2) eazy_install # curl -o /usr/loca…