The Hitchhiker's Guide to the Earth

SAGE math 설치 with WSL2 본문

Computers/Linux

SAGE math 설치 with WSL2

Mathaphor 2023. 5. 31. 14:24

 

 

 

SAGEmath 10.0설치 (2023.5.31)

Sagemath.org의 installation guide 를 따라 설치함.

일단 WSL을 윈도우에 설치하고, (맥유저로서 이렇게 좋은 것이 윈도우에 있는지 이제야 알았음...ㅋ)

source code로 설치하기를 따라 해보려 했는데, 자꾸 엉켜서 포기

https://doc.sagemath.org/html/en/installation/index.htm

 

Installation Guide

Next Linux package managers

doc.sagemath.org

익숙하게 Conda-forge로 설치하는 방법으로 설치함

https://doc.sagemath.org/html/en/installation/conda.html#sec-installation-conda-develop

 

Install from conda-forge - Installation Guide

Previous Install from Pre-built Binaries

doc.sagemath.org

위의 페이지에 설명되어 있는대로, conda 설치, mamba도 설치, 그리고 가상환경만들어서 sage10.0, python3.10버전을 설치하니 잘됌.

그런데 주피터노트북으로 하려니, 웹브라우저가 없어서 바로 열방법이 없고, 링크 복사 붙여서 열라고 하길래, firefox도 설치함.

 

Ubuntu에 firfox 설치하기

sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa

sudo apt-get update

sudo apt-get install firefox

이제 아주 바로바로 노트북열리고 잘 됨. 끝!

 

 

'Computers > Linux' 카테고리의 다른 글

[일반] 리눅스 루트(root)권한 관련  (0) 2023.11.04
[Docker] Ubuntu 22.04 Docker 설치  (0) 2023.11.04
Comments