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
Para asegurarnos de que puedas interactuar desde la terminal de Ubuntu con el navegador que tienes instalado en Windows, debemos definirlo como tu navegador predeterminado aquí.
4
+
5
+
Ejecuta el siguiente comando y sigue las instrucciones. La herramienta te pedirá que elijas uno de los navegadores disponibles en tu sistema. Solo necesitas escribir el **número** que aparece delante del navegador.
Luego asegúrate de que el siguiente comando devuelva "Browser defined 👌":
18
+
19
+
```bash
20
+
[ -z"$BROWSER" ] &&echo"ERROR: please define a BROWSER environment variable ⚠️"||echo"Browser defined 👌"
21
+
```
22
+
23
+
Si no es así, puedes seguir [estas instrucciones](https://github.com/lewagon/setup/blob/master/_partials/es/windows_browser.md) para configurar tu navegador predeterminado manualmente.
To be sure that you can interact with your browser installed on Windows from your Ubuntu terminal, we need to set it as your default browser there.
4
+
5
+
Run the following command and follow the instructions. The tool will prompt you to choose one of the browsers that are available on your system. You just need to type in the **number** that is shown in front of the browser.
Then please make sure that the following command returns "Browser defined 👌":
18
+
19
+
```bash
20
+
[ -z"$BROWSER" ] &&echo"ERROR: please define a BROWSER environment variable ⚠️"||echo"Browser defined 👌"
21
+
```
22
+
23
+
If it does not, you can follow [these instructions](https://github.com/lewagon/setup/blob/master/_partials/windows_browser.md) to set your default browser manually.
0 commit comments