Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 2531 #3151

Merged
merged 19 commits into from
Feb 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update instalacion-mac.md
Add image for Hola Mundo with Sublime Text
charlottejmc authored Jan 17, 2024

Verified

This commit was signed with the committer’s verified signature.
marcus-crane Marcus Crane
commit 19a79e0eabd6303f44a180aa6a5c76b52b5b545d
6 changes: 5 additions & 1 deletion es/lecciones/instalacion-mac.md
Original file line number Diff line number Diff line change
@@ -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