본문 바로가기
Programming/Linux (Ubuntu)

Ubuntu, Python 개발 환경 셋팅

by ★용호★ 2014. 9. 5.

OS : Ubuntu

  • 파이썬 모듈 설치

$ sudo apt-get install python-dev

$ sudo apt-get install python-pip

 

 

  • 프로젝트에 필요한 라이브러리 설치

$ sudo pip install uwsgi

$ sudo pip install web2py

$ sudo pip install pymysql

$ sudo pip install redis

$ sudo pip install nose

$ sudo apt-get install python-protobuf

$ sudo pip install python-dateutil
$ sudo pip install flask

 

'Programming > Linux (Ubuntu)' 카테고리의 다른 글

Ubuntu, IntelliJ Plugin 설치  (0) 2014.09.16
Ubuntu, apt-get으로 oracle-java7 jdk 설치하기  (0) 2014.09.05
Ubuntu, Redis 설치  (0) 2014.09.05
Ubuntu, MariaDB 설치  (0) 2014.09.05
Ubuntu, 터미널에서 IP/DNS 설정  (0) 2014.09.05

댓글