내용

글번호 476
작성자 heojk
작성일 2017-01-26 12:03:01
제목 python3 설치 및 numpy 설치, pyspark에서 python3 사용
내용 $ su - password: # yum install python34 python34-setuptools # easy_install-3.4 pip # pip3 install numpy # exit $ which pyhon3 /usr/bin/python3 $ export PYSPARK_PYTHON=python3 $ pyspark ---------------- 아래는 python2.x pip 설치하기 # yum -y update python # yum -y install python-pip # pip install numpy