Octave para macOS: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 46: Line 46:
   octave --gui
   octave --gui


En caso de problemas intenta <code>brew doctor</code>, ver la [https://docs.brew.sh/Troubleshooting Homebrew Troubleshooting Guide].
En caso de problemas intenta <code>brew doctor</code>, ver la [https://docs.brew.sh/Troubleshooting Guía de problemas de Homebrew].


=== MacPorts ===
=== MacPorts ===
→ ''Link to [https://github.com/macports/macports-ports/blob/master/math/octave/Portfile Octave package] there.''
→ ''Liga a [https://github.com/macports/macports-ports/blob/master/math/octave/Portfile Octave package] aquí.''


Follow the [https://www.macports.org/install.php MacPorts installation instructions].
Sigue las [https://www.macports.org/install.php instrucciones de instalación de MacPorts].


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:


   sudo port selfupdate
   sudo port selfupdate
Line 62: Line 62:


===Spack===
===Spack===
→ ''Link to [https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/octave/package.py Octave package] there.''
→ ''Liga a [https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/octave/package.py Octave package] aquí.''


To install the '''Command Line Tools''' type in the [https://support.apple.com/guide/terminal/welcome/mac Terminal App]:
Para instalar las '''Herramientas de Línea de Comandos''' escribe en la [https://support.apple.com/guide/terminal/welcome/mac Terminal App]:


   sudo xcode-select --install
   sudo xcode-select --install


Follow the [https://spack-tutorial.readthedocs.io/en/latest/tutorial_basics.html Spack tutorial] and type in the Terminal App:
Sigue el [https://spack-tutorial.readthedocs.io/en/latest/tutorial_basics.html tutorial Spack] y escribe en la Terminal App:


   spack install octave
   spack install octave
28

edits