Skip to content

Commit e602603

Browse files
julesvanriegithub-actions
andauthored
Remove compiler flags (#321)
* Remove no longer necessary compiler flags `pyenv` does this for us. Fixes lewagon/teachers#3158 * setup guides generated --------- Co-authored-by: github-actions <[email protected]>
1 parent 3b22a68 commit e602603

File tree

4 files changed

+0
-52
lines changed

4 files changed

+0
-52
lines changed

_partials/es/osx_python.md

Lines changed: 0 additions & 13 deletions
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

Lines changed: 0 additions & 13 deletions
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

macOS.es.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -608,19 +608,6 @@ exec zsh
608608

609609
### Instala Python
610610

611-
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.
612-
613-
<details>
614-
<summary>👉&nbsp;&nbsp;Setup para Apple Silicon 👈</summary>
615-
616-
Necesitamos agregar las siguientes variables de entorno para instalar python:
617-
618-
``` bash
619-
export LDFLAGS="-L/opt/homebrew/lib"; export CPPFLAGS="-I/opt/homebrew/include"
620-
```
621-
</details>
622-
623-
624611
Instala la [última versión estable de Python](https://www.python.org/doc/versions/) aceptada en el currículum de Le Wagon:
625612

626613
```bash

macOS.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -606,19 +606,6 @@ exec zsh
606606

607607
### Install Python
608608

609-
If your computer uses **Apple Silicon**, expand the paragraph below and go through it. Otherwise ignore it.
610-
611-
<details>
612-
<summary>👉&nbsp;&nbsp;Setup for Apple Silicon 👈</summary>
613-
614-
We need to add the following environment variables in order to install python:
615-
616-
``` bash
617-
export LDFLAGS="-L/opt/homebrew/lib"; export CPPFLAGS="-I/opt/homebrew/include"
618-
```
619-
</details>
620-
621-
622609
Let's install the [latest stable version of Python](https://www.python.org/doc/versions/) supported by Le Wagon's curriculum:
623610

624611
```bash

0 commit comments

Comments
 (0)