Editing Octave para macOS

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 77: Line 77:
{{Note|El proceso completo de instalación puede '''tomar algunas horas'''. Octave tiene muchas dependencias que serán descargadas e instaldas antes de Octave.}}
{{Note|El proceso completo de instalación puede '''tomar algunas horas'''. Octave tiene muchas dependencias que serán descargadas e instaldas antes de Octave.}}


En caso de problemas, por favor visita el [https://github.com/spack/spack/issues repositorio de problemas Spack], y busca a través de los problemas relacionados con Octave escribiendo <code>is:issue octave</code> en el filtro.
En caso de problemas, por favor visita el [https://github.com/spack/spack/issues repositorio de problemas Spack], y busca a través de los problemas relacionado scon Octave escribiendo <code>is:issue octave</code> en el filtro.


== Crea un lanzador utilizando el editor de Script ==
== Create a launcher app with the Script Editor ==


Por ejemplo Homebrew instala Octave en {{Path|/usr/local/bin/octave}} por defectoDesde la [https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac Terminal] puedes ingresar el comando <code>which octave</code> para encontrar la localización exacta.
For example Homebrew installs Octave to {{Path|/usr/local/bin/octave}} by defaultFrom the [https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac Terminal] application you can enter the command <code>which octave</code> to find out the exact location.


Si conoces el lugar de instalación, abre el [https://support.apple.com/guide/script-editor editor Script] y escribe el siguiente texto en la ventana de edición:
If you know the installation location, open the [https://support.apple.com/guide/script-editor Script Editor] application and write the following text in the editor window:


  do shell script "/usr/local/bin/octave --gui"
  do shell script "/usr/local/bin/octave --gui"


si deseas arrancar la interfaz gráfica (GUI) de Octave por defecto. Si prefieres arrancar Octave con la interface de línea de comandos (CLI), ingresa:
if you wish to start the Octave GUI by default. If you want to start the Octave command-line interface (CLI), enter instead:


  tell application "Terminal"
  tell application "Terminal"
Line 93: Line 93:
  end tell
  end tell


o si Octave está en la ruta por defecto::
or if Octave is in your default path:


  tell application "Terminal"
  tell application "Terminal"
Line 99: Line 99:
  end tell
  end tell


Finalmente:
Finally:
* Con un script abierto en el editor de script en tu Mac, elige "File > Export".
* With a script open in the Script Editor app  on your Mac, choose "File > Export".
* En el menú que aparece, selecciona "Application" del menú "File format", después navega a la carpeta "Applications" y guarda tu script ahí como "Octave.app".
* In the menu that appears, select "Application" from the "File format" menu, then navigate to the "Applications" folder and save your script there as "Octave.app"


Para cambiar el ícono de la aplicación:
To change the application icon:
* Abre [[:File:Icon.png|esta liga]] en tu navegador web, click derecho y elige "copiar imagen".
* Open [[:File:Icon.png|this link]] in a web browser, right-click and select "copy image".
* Selección "Octave.app" en el Finder, después presiona {{Key|command-i}} para cargar el archivo en el cuadro de diálogo.
* Select "Octave.app" in the Finder, then press {{Key|command-i}} to bring up the file info dialog.
* In el cuadro de diálogo, selecciona el ícono (en la parte superior izquierda) y presiona {{Key|command-v}} para pegar el ícono de Octave.
* In the file info dialog, select the icon (in the top left) and press {{Key|command-v}} to paste the Octave icon over it.


== Ver también ==
== See also ==


* [[Octave for macOS (outdated)]] contiene instrucciones de instalación antigüas.
* [[Octave for macOS (outdated)]] contains old installation instructions.


== Notas de pie de página ==
== Footnotes ==


<references/>
<references/>
Please note that all contributions to Octave may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Octave:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)