Coding/Python Matlab

우분투에 ipython 사용환경 구축

smores 2013. 2. 12. 04:25

다음은 virtualbox에 돌아가는 ubuntu 12.04 에서 테스트해 본 결과임


install ipython 

$ sudo apt-get install ipython

$ sudo apt-get install python-matplotlib



install numpy/scipy

$ sudo apt-get install python-numpy

$ sudo apt-get install python-scipy


install easy_install

$ sudo apt-get install python-setuptools


install PIL
download source
$ tar -xzf ...
$ cd ....
$ sudo python setup.py install

install pygame
$ sudo apt-get install python-pygame


동일한 방법에 옛버전 (8.10) 에 python 2.7 업해놓은 곳에서는 다수의 에러가 발생, 실패함.



crunchbang 10 (python 2.6) on virtualbox

$ sudo apt-get install python-numpy

$ sudo apt-get install python-scipy

$ sudo apt-get install python-matplotlib

$ sudo apt-get install ipython

$ sudo apt-get install python-imaging    (위의 방법에서 에러)
$ sudo apt-get install python-pygame

all OK !

'Coding > Python Matlab' 카테고리의 다른 글

파이썬 - pyglet & avbin  (0) 2013.05.09
파이썬 - 2D array 생성  (0) 2013.05.02
파이썬 - 팁  (0) 2012.12.20
파이썬 - 기초부터 다시한번 확인...  (0) 2012.12.20
파이썬 - 우분투에 새 버전 설치 사용법  (0) 2012.12.19