Skip to content

Commit

Permalink
Update instalacion-mac.md
Browse files Browse the repository at this point in the history
Add image for Hola Mundo with Sublime Text
  • Loading branch information
charlottejmc authored Jan 17, 2024
1 parent 2411340 commit 19a79e0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion es/lecciones/instalacion-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ print('hola mundo')
```
El editor de texto que seleccionaste debe tener un botón "`run`" que te permitirá ejecutar tu programa. Por ejemplo, si estás utilizando TextWrangler, haz clic en el botón "`#!`" para ejecutarlo. Si todo funciona bien (es posible que no, con lo cual habrá que revisar las diversas instalaciones y configuraciones), deberás ver algo como sigue:

{% include figure.html filename="BBEdit-hola-mundo.png" caption="'Hola Mundo' en Python en una Mac" %}
{% include figure.html filename="BBEdit-hola-mundo.png" caption="'Hola Mundo' en Python en una Mac, con BBEdit" %}

O, con Sublime Text:

{% include figure.html filename="es-tr-sublimetext-hola-mundo.png" caption="'Hola Mundo' en Python en una Mac, con Sublime Text" %}

### Interactuar con el intérprete de comandos (*shell*) de Python

Expand Down

0 comments on commit 19a79e0

Please sign in to comment.