Skip to content

Commit 6e66f6a

Browse files
julesvanriegithub-actions
and
github-actions
authored
Remove 32-bit C++ Redistributable (#322)
* Remove 32-bit C++ Redistributable Currently we tell students to choose one or the other. - This is confusing some students - It is very unlikely to see a 32-bit system at this point - A 32-bit Windows would only have 4 Gb of RAM, which doesn't meat our minimum requirement of 8 Gb of RAM * setup guides generated --------- Co-authored-by: github-actions <[email protected]>
1 parent e602603 commit 6e66f6a

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

WINDOWS.es.md

-5
Original file line numberDiff line numberDiff line change
@@ -1310,11 +1310,6 @@ Algunos paquetes Python requieren de un compilador para funcionar correctamente,
13101310
[For x64 systems](https://aka.ms/vs/16/release/vc_redist.x64.exe)
13111311

13121312

1313-
[For x86 systems](https://aka.ms/vs/16/release/vc_redist.x86.exe)
1314-
1315-
Si no sabes qué programa estás usando, por favor pídele ayuda a un profesor.
1316-
1317-
13181313
## Docker 🐋
13191314

13201315
Docker es una plataforma abierta para desarrollo, entrega y operación de aplicaciones.

WINDOWS.md

-5
Original file line numberDiff line numberDiff line change
@@ -1368,11 +1368,6 @@ Some Python packages require a compiler to function properly. Let's install one:
13681368
[For x64 systems](https://aka.ms/vs/16/release/vc_redist.x64.exe)
13691369

13701370

1371-
[For x86 systems](https://aka.ms/vs/16/release/vc_redist.x86.exe)
1372-
1373-
If you're unsure about which system you're using please ask a teacher.
1374-
1375-
13761371
## Docker 🐋
13771372

13781373
Docker is an open platform for developing, shipping, and running applications.

_partials/es/win_vs_redistributable.md

-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@
33
Algunos paquetes Python requieren de un compilador para funcionar correctamente, así que vamos a instalar uno:
44

55
[For x64 systems](https://aka.ms/vs/16/release/vc_redist.x64.exe)
6-
7-
8-
[For x86 systems](https://aka.ms/vs/16/release/vc_redist.x86.exe)
9-
10-
Si no sabes qué programa estás usando, por favor pídele ayuda a un profesor.

_partials/win_vs_redistributable.md

-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@
33
Some Python packages require a compiler to function properly. Let's install one:
44

55
[For x64 systems](https://aka.ms/vs/16/release/vc_redist.x64.exe)
6-
7-
8-
[For x86 systems](https://aka.ms/vs/16/release/vc_redist.x86.exe)
9-
10-
If you're unsure about which system you're using please ask a teacher.

0 commit comments

Comments
 (0)