본문 바로가기

우분투

(3)
우분투에 아나콘다 설치하는 방법 / How to install Anaconda in Ubuntu 아나콘다 설치 1. 아나콘다 홈페이지에 들어가서 리눅스 OS의 파이참을 다운로드 한다. https://www.anaconda.com/products/individual Anaconda | Individual Edition Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine. www.anaconda.com 2. 맨아래로 내리면 다음과 같이 인스톨러 화면이 나오는데, 리눅스 OS의 64-Bit (x86) Installer (544MB)를 다운로드 한다. 3. 다운로드 폴더로 이동하고 아래의 명령어를 통해 파일 이름을 확인..
우분투에 파이참(PyCharm) 설치하는 방법 1. 아래 사이트에 들어가서 리눅스용 파이참을 다운받는다. https://www.jetbrains.com/pycharm/download/#section=linux Download PyCharm: Python IDE for Professional Developers by JetBrains Download the latest version of PyCharm for Windows, macOS or Linux. www.jetbrains.com 2. 다운로드 폴더에가서 다운받은 파일의 압축을 풀어준다. 3. Ctrl + Alt + t를 눌러 터미널을 열고 다운로드 폴더로 이동한다. cd Downloads 4. 파이참 디렉토리 이름을 확인하고, 그 폴더로 이동해서 다음과 같이 실행시켜주면 된다. cd pychar..
우분투에 매트랩(MATLAB) 2020b 버전 설치하는 법 1. MATLAB 공식 홈페이지에 들어가서 MATLAB 설치 파일을 다운로드한다. https://kr.mathworks.com/downloads/ No Header Footer - Containerless Select a Web Site Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: . Select web site You can also select a web site from the following list: How to Get Best S kr.mathworks.com 2. 명령창을 열..