Octave para macOS: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 21: Line 21:
→ ''Liga a [https://anaconda.org/conda-forge/octave Octave package] aquí.''
→ ''Liga a [https://anaconda.org/conda-forge/octave Octave package] aquí.''


Follow the [https://docs.anaconda.com/anaconda/install/mac-os/ Anaconda installation instructions].
Sigue las [https://docs.anaconda.com/anaconda/install/mac-os/ instrucciones de instalación de Anaconda].


In the [https://support.apple.com/guide/terminal/welcome/mac Terminal App] type:
En la [https://support.apple.com/guide/terminal/welcome/mac Terminal App] escribe:


   conda create --name octave
   conda create --name octave
Line 32: Line 32:


=== Homebrew ===
=== Homebrew ===
→ ''Link to [https://formulae.brew.sh/formula/octave Octave package] there.''
→ ''Liga a [https://formulae.brew.sh/formula/octave Octave package] aquí.''


'''Install GNU Octave using Homebrew:'''
'''Instala GNU Octave usando Homebrew:'''


Follow the [https://brew.sh/ Homebrew installation instructions].
Sigue las [https://brew.sh/ instrucciones de instalación de Homebrew].


In the [https://support.apple.com/guide/terminal/welcome/mac Terminal App] type:
En la [https://support.apple.com/guide/terminal/welcome/mac Terminal App] escribe:


   brew update
   brew update
Line 46: Line 46:
   octave --gui
   octave --gui


In case of trouble try <code>brew doctor</code>, see the [https://docs.brew.sh/Troubleshooting Homebrew Troubleshooting Guide].
En caso de problemas intenta <code>brew doctor</code>, ver la [https://docs.brew.sh/Troubleshooting Homebrew Troubleshooting Guide].


=== MacPorts ===
=== MacPorts ===
28

edits