File tree Expand file tree Collapse file tree 4 files changed +54
-0
lines changed
Expand file tree Collapse file tree 4 files changed +54
-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 >
Original file line number Diff line number Diff line change @@ -788,10 +788,23 @@ brew install --cask google-cloud-sdk
788788
789789Luego podrás ejecutar lo siguiente:
790790
791+ ``` bash
792+ $( brew --prefix) /share/google-cloud-sdk/install.sh
793+ ```
794+
795+ <details >
796+ <summary >¿Recibes un error <code >no such file or directory</code >?</summary >
797+
798+ Prueba esto:
799+
791800``` bash
792801$( brew --prefix) /Caskroom/google-cloud-sdk/latest/google-cloud-sdk/install.sh
793802```
794803
804+ Si eso no funciona, contacta a un TA.
805+
806+ </details >
807+
795808
796809## Configuración de Google Cloud Platform
797810
Original file line number Diff line number Diff line change @@ -805,10 +805,24 @@ brew install --cask google-cloud-sdk
805805
806806Then you can:
807807
808+ ``` bash
809+ $( brew --prefix) /share/google-cloud-sdk/install.sh
810+ ```
811+
812+ <details >
813+ <summary >Getting a <code >no such file or directory</code > error?
814+ </summary >
815+
816+ Try this:
817+
808818``` bash
809819$( brew --prefix) /Caskroom/google-cloud-sdk/latest/google-cloud-sdk/install.sh
810820```
811821
822+ If that doesn't work, contact a TA.
823+
824+ </details >
825+
812826
813827## Google Cloud Platform setup
814828
You can’t perform that action at this time.
0 commit comments