ubuntu에 파이썬, anaconda, jupyter notebook 설치
1. 파이썬 설치$> sudo apt-get update // apt-get 항목 업데이트$> sudo apt-cache search python3 // 패키지 검색$> sudo apt install python3.6 // 파이썬 3.6버전 설치$> python3 -V // 파이썬 버전 $> sudo apt install python3-pip // 파이썬 패키지 관리 2. anaconda 설치$> wget https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86_64.sh // anaconda 사이트에서 최신 url 확인$> bash Anaconda3-5.1.0-Linux-x86_64.sh // 실행파일을 실행한다. - 계속 엔터를 눌러 설치한다(bash..
machineLearning
2018. 4. 10. 17:41
공지사항