File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,19 @@ brew install --cask google-cloud-sdk
99
1010Luego podrás ejecutar lo siguiente:
1111
12+ ``` bash
13+ $( brew --prefix) /share/google-cloud-sdk/install.sh
14+ ```
15+
16+ <details >
17+ <summary >¿Recibes un error <code >no such file or directory</code >?</summary >
18+
19+ Prueba esto:
20+
1221``` bash
1322$( brew --prefix) /Caskroom/google-cloud-sdk/latest/google-cloud-sdk/install.sh
1423```
24+
25+ Si eso no funciona, contacta a un TA.
26+
27+ </details >
Original file line number Diff line number Diff line change @@ -9,6 +9,20 @@ brew install --cask google-cloud-sdk
99
1010Then you can:
1111
12+ ``` bash
13+ $( brew --prefix) /share/google-cloud-sdk/install.sh
14+ ```
15+
16+ <details >
17+ <summary >Getting a <code >no such file or directory</code > error?
18+ </summary >
19+
20+ Try this:
21+
1222``` bash
1323$( brew --prefix) /Caskroom/google-cloud-sdk/latest/google-cloud-sdk/install.sh
1424```
25+
26+ If that doesn't work, contact a TA.
27+
28+ </details >
You can’t perform that action at this time.
0 commit comments