IT
[Octave] 옥타브 설치@m1 MacBook
블랙오닉스
2022. 3. 19. 17:45
0. Ref
http://wiki.octave.org/Octave_for_macOS#Package_Managers
Octave for macOS - Octave
On macOS systems GNU Octave can be installed by: macOS App Bundles "Octave.app" (a single dmg-file) macOS package managers. GNU Octave 6.4.0 is the current stable release. macOS App Bundles[edit] The Octave.app project provides an unofficial ready-to-use,
wiki.octave.org
1. 설치
번들?
https://github.com/octave-app/octave-app/releases
Releases · octave-app/octave-app
The Octave.app distribution. Contribute to octave-app/octave-app development by creating an account on GitHub.
github.com
=> dmg 다운로드 후 설치 => GUI로만 인식? => terminal에서 안보임
2. 홈브루
Homebrew
The Missing Package Manager for macOS (or Linux).
brew.sh
terminal에서 실행
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
/opt/homebrew/bin/brew update
/opt/homebrew/bin/brew install octave
3. 실행
/opt/homebrew/Cellar/octave/6.4.0_2/bin/octave