Python 설치

in kr •  6 years ago 

파이션 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"    
         환경파일을 참조 하여 소스코드 컴파일 한다. 
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

I adore your concept!!