This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

Python 설치

jaerakson(26)
Published in
#kr
Words
23
Reading
1 min
Listen
Play
8y

파이션 3.5.1 버전을 ubuntu OS에 설치 해보겠습니다.

  1. Python-3.5.1. 버전 Download
    get https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz

  2. 압축풀기
    tar xvzf Python-3.5.1.tgz

  3. 환경설정하기
    cd Python-3.5.1/
    ./configure
    make
    sudo make install

  4. pip 설치 sudo apt-get install python-pip


"configure"  
         OS, ,  
            (makefile)     . 

"Makefile"    
              . 
Python 설치 | Ecency