Skip to content

Commit e8b03ec

Browse files
committed
Remove no longer necessary compiler flags
`pyenv` does this for us. Fixes lewagon/teachers#3158
1 parent 4529a0f commit e8b03ec

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

_partials/es/osx_python.md

-13
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,6 @@ exec zsh
3333

3434
### Instala Python
3535

36-
Si tu computadora tiene un procesador **Apple Silicon** (M1, M2, entre otros), expande el párrafo de abajo y sigue las indicaciones. En caso contrario, ignóralo.
37-
38-
<details>
39-
<summary>👉&nbsp;&nbsp;Setup para Apple Silicon 👈</summary>
40-
41-
Necesitamos agregar las siguientes variables de entorno para instalar python:
42-
43-
``` bash
44-
export LDFLAGS="-L/opt/homebrew/lib"; export CPPFLAGS="-I/opt/homebrew/include"
45-
```
46-
</details>
47-
48-
4936
Instala la [última versión estable de Python](https://www.python.org/doc/versions/) aceptada en el currículum de Le Wagon:
5037

5138
```bash

_partials/osx_python.md

-13
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,6 @@ exec zsh
3333

3434
### Install Python
3535

36-
If your computer uses **Apple Silicon**, expand the paragraph below and go through it. Otherwise ignore it.
37-
38-
<details>
39-
<summary>👉&nbsp;&nbsp;Setup for Apple Silicon 👈</summary>
40-
41-
We need to add the following environment variables in order to install python:
42-
43-
``` bash
44-
export LDFLAGS="-L/opt/homebrew/lib"; export CPPFLAGS="-I/opt/homebrew/include"
45-
```
46-
</details>
47-
48-
4936
Let's install the [latest stable version of Python](https://www.python.org/doc/versions/) supported by Le Wagon's curriculum:
5037

5138
```bash

0 commit comments

Comments
 (0)