研究室のPC設定
研究室で使ってるUbnutuの設定やらのメモです. プロキシの設定は
mo3789530.hatenablog.com を見てください
sudo add-apt-repository ppa:webupd8team/sublime-text-3 sudo apt-get update sudo apt-get install sublime-text-installer
起動はsubl
で起動できます.
pythonの設定
pipのインストール
pipを入れるときはsudo apt-get install python-pip
でeasy_installを使わずapt-getから入れました.numpyやscipyのインストール
apt-getからでもインストール出来るということなのでapt-getから行きます.
sudo apt-get install python-dev sudo apt-get install python-numpy sudo apt-get install python-scipy