1,852
edits
(→Homebrew: Make description easier to follow.) |
(→Package Managers: Make installation instructions more comparable.) |
||
Line 22: | Line 22: | ||
Follow the [https://docs.anaconda.com/anaconda/install/mac-os/ Anaconda installation instructions]. | Follow the [https://docs.anaconda.com/anaconda/install/mac-os/ Anaconda installation instructions]. | ||
In the [https://support.apple.com/guide/terminal/welcome/mac Terminal App] type: | |||
conda create --name octave | conda create --name octave | ||
conda activate octave | conda activate octave | ||
conda install -c conda-forge octave | conda install -c conda-forge octave | ||
octave --gui | |||
=== Homebrew === | === Homebrew === | ||
Line 36: | Line 40: | ||
In the [https://support.apple.com/guide/terminal/welcome/mac Terminal App] type: | In the [https://support.apple.com/guide/terminal/welcome/mac Terminal App] type: | ||
brew update | |||
brew upgrade | |||
brew install octave | |||
octave --gui | |||
In case of trouble try <code>brew doctor</code>, see the [https://docs.brew.sh/Troubleshooting Homebrew Troubleshooting Guide]. | In case of trouble try <code>brew doctor</code>, see the [https://docs.brew.sh/Troubleshooting Homebrew Troubleshooting Guide]. | ||
Line 47: | Line 51: | ||
→ ''Link to [https://github.com/macports/macports-ports/blob/master/math/octave/Portfile Octave package] there.'' | → ''Link to [https://github.com/macports/macports-ports/blob/master/math/octave/Portfile Octave package] there.'' | ||
[ | Follow the [https://www.macports.org/install.php MacPorts installation instructions]. | ||
In the [https://support.apple.com/guide/terminal/welcome/mac Terminal App] type: | |||
sudo port selfupdate | |||
sudo port upgrade outdated | |||
sudo port install octave | |||
octave --gui | |||
===Spack=== | ===Spack=== |