You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LINUX.es.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,12 +203,14 @@ Cuando termines, tu terminal debería lucir así:
203
203
204
204
[direnv](https://direnv.net/) es una extensión del shell. Facilita trabajar con variables de entorno por proyecto, lo cual será útil para customizar el comportamiento de tu código.
205
205
206
+
206
207
```bash
207
208
sudo apt-get update; sudo apt-get install direnv
208
209
echo'eval "$(direnv hook zsh)"'>>~/.zshrc
209
210
```
210
211
211
212
213
+
212
214
## GitHub CLI
213
215
214
216
CLI es una abreviación de [Command-line Interface](https://en.wikipedia.org/wiki/Command-line_interface) que significa interfaz de línea de comando.
@@ -505,8 +507,10 @@ Chequea si tienes `conda` instalado en tu computadora:
505
507
```bash
506
508
conda list
507
509
```
510
+
508
511
Si aparece `zsh: command not found: conda`, puedes **saltear** la desinstalación de `conda` e ir directo a la sección de **Instalar pre-requisitos**.
509
512
513
+
510
514
<details>
511
515
<summary markdown='span'>Instrucciones de desinstalación <code>conda</code></summary>
512
516
@@ -520,11 +524,14 @@ anaconda-clean --yes
520
524
rm -rf ~/anaconda2
521
525
rm -rf ~/anaconda3
522
526
rm -rf ~/.anaconda_backup
527
+
523
528
```
524
529
- Elimina el directorio Anaconda de tu `.bash_profile`
525
530
- Abre el archivo con `code ~/.bash_profile`
526
531
- Si el archivo abre, busca la línea que coincida con el siguiente patrón `export PATH="/path/to/anaconda3/bin:$PATH"` y eliminala
532
+
527
533
- Guarda el archivo con `CTRL` + `s`
534
+
528
535
- Reinicia la terminal con `exec zsh`
529
536
- Remueve la inicializaciópn de Anaconda de tu `.zshrc`:
530
537
- Abre el archivo con `code ~/.zshrc`
@@ -612,11 +619,13 @@ pip install --upgrade pip
612
619
613
620
Ahora instala algunos paquetes para las primeras semanas del programa:
Mejora la visualización del [elemento `details` para revelación de información](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) en tus notebooks.
Copy file name to clipboardExpand all lines: LINUX.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,12 +227,14 @@ At the end your terminal should look like this:
227
227
228
228
[direnv](https://direnv.net/) is a shell extension. It makes it easy to deal with per project environment variables. This will be useful in order to customize the behavior of your code.
229
229
230
+
230
231
```bash
231
232
sudo apt-get update; sudo apt-get install direnv
232
233
echo'eval "$(direnv hook zsh)"'>>~/.zshrc
233
234
```
234
235
235
236
237
+
236
238
## GitHub CLI
237
239
238
240
CLI is the acronym of [Command-line Interface](https://en.wikipedia.org/wiki/Command-line_interface).
@@ -520,8 +522,10 @@ Check if you have `conda` installed on your machine:
520
522
```bash
521
523
conda list
522
524
```
525
+
523
526
If you have `zsh: command not found: conda`, you can **skip** the uninstall of `conda` and jump to the **Install `pyenv`** section.
Copy file name to clipboardExpand all lines: REMOTE_SETUP.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -502,12 +502,14 @@ At the end your terminal should look like this:
502
502
503
503
[direnv](https://direnv.net/) is a shell extension. It makes it easy to deal with per project environment variables. This will be useful in order to customize the behavior of your code.
504
504
505
+
505
506
```bash
506
507
sudo apt-get update; sudo apt-get install direnv
507
508
echo'eval "$(direnv hook zsh)"'>>~/.zshrc
508
509
```
509
510
510
511
512
+
511
513
## GitHub CLI
512
514
513
515
CLI is the acronym of [Command-line Interface](https://en.wikipedia.org/wiki/Command-line_interface).
@@ -884,11 +886,13 @@ pip install --upgrade pip
884
886
885
887
Then let's install some packages for the first weeks of the program:
Copy file name to clipboardExpand all lines: VM.es.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -370,12 +370,14 @@ Cuando termines, tu terminal debería lucir así:
370
370
371
371
[direnv](https://direnv.net/) es una extensión del shell. Facilita trabajar con variables de entorno por proyecto, lo cual será útil para customizar el comportamiento de tu código.
372
372
373
+
373
374
```bash
374
375
sudo apt-get update; sudo apt-get install direnv
375
376
echo'eval "$(direnv hook zsh)"'>>~/.zshrc
376
377
```
377
378
378
379
380
+
379
381
## GitHub CLI
380
382
381
383
CLI es una abreviación de [Command-line Interface](https://en.wikipedia.org/wiki/Command-line_interface) que significa interfaz de línea de comando.
@@ -756,11 +758,13 @@ pip install --upgrade pip
756
758
757
759
Ahora instala algunos paquetes para las primeras semanas del programa:
Mejora la visualización del [elemento `details` para revelación de información](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) en tus notebooks.
0 commit comments