{"id":32701,"date":"2021-01-18T12:07:48","date_gmt":"2021-01-18T12:07:48","guid":{"rendered":"https:\/\/www.testpreptraining.com\/tutorial\/?page_id=32701"},"modified":"2021-01-19T07:09:01","modified_gmt":"2021-01-19T07:09:01","slug":"local-installation","status":"publish","type":"page","link":"https:\/\/www.testpreptraining.ai\/tutorial\/local-installation\/","title":{"rendered":"Local installation"},"content":{"rendered":"\n<p><strong><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/google-certified-professional-cloud-architect\/\" target=\"_blank\" rel=\"noreferrer noopener\">Go back to GCP Tutorials<\/a><\/strong><\/p>\n\n\n\n<p>In this tutorial we will learn and understand about local installation.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Installation instructions<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Firstly, download the Cloud SDK installer.<ul><li>Alternatively, open a PowerShell terminal and run the following PowerShell commands.<\/li><\/ul><\/li><\/ul>\n\n\n\n<p><em>(New-Object Net.WebClient).DownloadFile(&#8220;https:\/\/dl.google.com\/dl\/cloudsdk\/channels\/rapid\/GoogleCloudSDKInstaller.exe&#8221;, &#8220;$env:Temp\\GoogleCloudSDKInstaller.exe&#8221;)<\/em><\/p>\n\n\n\n<p><em>&amp; $env:Temp\\GoogleCloudSDKInstaller.exe<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Secondly, launch the installer and follow the prompts. The installer is signed by Google LLC.<ul><li>However, if you&#8217;d like to enable screen reader mode, select the Turn on screen reader mode option for a more streamlined screen reader experience.<\/li><\/ul><\/li><li>Thirdly, cloud SDK requires Python; supported versions are Python 3 (preferred, 3.5 to 3.8) and Python 2 (2.7.9 or higher).<ul><li>The installer will install all necessary dependencies, including the needed Python version. While Cloud SDK currently uses Python 3 by default, you can use an existing Python installation if necessary by unchecking the option to &#8216;Install Bundled Python&#8217;.<\/li><\/ul><\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.testpreptraining.ai\/google-cloud-certified-professional-cloud-architect-free-practice-test\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"117\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2021\/01\/Google-Certified-Professional-Cloud-Architect-prac-tests-750x117.png\" alt=\"gcp cloud architect practice tests\" class=\"wp-image-31460\" srcset=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2021\/01\/Google-Certified-Professional-Cloud-Architect-prac-tests-750x117.png 750w, https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2021\/01\/Google-Certified-Professional-Cloud-Architect-prac-tests.png 961w\" sizes=\"auto, (max-width: 750px) 100vw, 750px\" \/><\/a><\/figure><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li>Then, after the installation has completed, the installer presents several options:<ul><li>Make sure to select the following:<ul><li>Start Google Cloud SDK Shell<\/li><li>Run &#8216;gcloud init&#8217;<\/li><\/ul><\/li><li>The installer starts a terminal window and runs the gcloud init command.<\/li><\/ul><\/li><li>Lastly, the default installation does not include the App Engine extensions required to deploy an application using gcloud commands. These components can  install using the Cloud SDK component manager.<\/li><\/ul>\n\n\n\n<h6 class=\"wp-block-heading\"><strong>Troubleshooting tips:<\/strong><\/h6>\n\n\n\n<ul class=\"wp-block-list\"><li>Firstly, if the Cloud SDK fails to run after installing version 274.0.0, please refer to this tracking bug for the latest workarounds.<\/li><li>Secondly, if your installation is unsuccessful due to the find command not being recognized, ensure your <code>PATH<\/code> environment variable is set to include the folder containing <code>find<\/code>. Usually, this is C:\\WINDOWS\\system32;.<\/li><li>Lastly, if you have just uninstalled Cloud SDK, you will need to reboot your system before installing Cloud SDK again.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Managing an installation<\/strong><\/h4>\n\n\n\n<p>After you have installed Cloud SDK, you can use commands in the gcloud components command group to manage your installation. However, this includes: <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Firstly, viewing installed components<\/li><li>Secondly, adding and removing components<\/li><li>Lastly, upgrading to a new version (or downgrading to a specific version) of Cloud SDK.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.testpreptraining.ai\/google-cloud-certified-professional-cloud-architect-practice-exam\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"117\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2021\/01\/Google-Certified-Professional-Cloud-Architect-online-course-750x117.png\" alt=\"Local installation GCP cloud architect  online course\" class=\"wp-image-31461\" srcset=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2021\/01\/Google-Certified-Professional-Cloud-Architect-online-course-750x117.png 750w, https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2021\/01\/Google-Certified-Professional-Cloud-Architect-online-course.png 961w\" sizes=\"auto, (max-width: 750px) 100vw, 750px\" \/><\/a><\/figure><\/div>\n\n\n\n<p><strong>Reference:<\/strong> <a href=\"https:\/\/cloud.google.com\/sdk\/docs\/install\" target=\"_blank\" rel=\"noreferrer noopener\">Google Documentation<\/a><\/p>\n\n\n\n<p><strong><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/google-certified-professional-cloud-architect\/\" target=\"_blank\" rel=\"noreferrer noopener\">Go back to GCP Tutorials<\/a><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Go back to GCP Tutorials In this tutorial we will learn and understand about local installation. Installation instructions Firstly, download the Cloud SDK installer. Alternatively, open a PowerShell terminal and run the following PowerShell commands. (New-Object Net.WebClient).DownloadFile(&#8220;https:\/\/dl.google.com\/dl\/cloudsdk\/channels\/rapid\/GoogleCloudSDKInstaller.exe&#8221;, &#8220;$env:Temp\\GoogleCloudSDKInstaller.exe&#8221;) &amp; $env:Temp\\GoogleCloudSDKInstaller.exe Secondly, launch the installer and follow the prompts. The installer is signed by Google LLC&#8230;.<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-32701","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Local installation - Testprep Training Online Tutorial<\/title>\n<meta name=\"description\" content=\"Enhance your knowledge about Local installation using the Google Certified Professional Cloud Architect Online Course and Tutorial Now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.testpreptraining.ai\/tutorial\/local-installation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Local installation - Testprep Training Online Tutorial\" \/>\n<meta property=\"og:description\" content=\"Enhance your knowledge about Local installation using the Google Certified Professional Cloud Architect Online Course and Tutorial Now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/local-installation\/\" \/>\n<meta property=\"og:site_name\" content=\"Testprep Training Tutorials\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-19T07:09:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2021\/01\/Google-Certified-Professional-Cloud-Architect-prac-tests-750x117.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/local-installation\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/local-installation\/\",\"name\":\"Local installation - Testprep Training Online Tutorial\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\"},\"datePublished\":\"2021-01-18T12:07:48+00:00\",\"dateModified\":\"2021-01-19T07:09:01+00:00\",\"description\":\"Enhance your knowledge about Local installation using the Google Certified Professional Cloud Architect Online Course and Tutorial Now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/local-installation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/tutorial\/local-installation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/local-installation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Local installation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\",\"name\":\"Testprep Training Tutorials\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.testpreptraining.ai\/tutorial\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#organization\",\"name\":\"Testprep Training\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png\",\"contentUrl\":\"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png\",\"width\":583,\"height\":153,\"caption\":\"Testprep Training\"},\"image\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Local installation - Testprep Training Online Tutorial","description":"Enhance your knowledge about Local installation using the Google Certified Professional Cloud Architect Online Course and Tutorial Now!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.testpreptraining.ai\/tutorial\/local-installation\/","og_locale":"en_US","og_type":"article","og_title":"Local installation - Testprep Training Online Tutorial","og_description":"Enhance your knowledge about Local installation using the Google Certified Professional Cloud Architect Online Course and Tutorial Now!","og_url":"https:\/\/www.testpreptraining.ai\/tutorial\/local-installation\/","og_site_name":"Testprep Training Tutorials","article_modified_time":"2021-01-19T07:09:01+00:00","og_image":[{"url":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2021\/01\/Google-Certified-Professional-Cloud-Architect-prac-tests-750x117.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/local-installation\/","url":"https:\/\/www.testpreptraining.ai\/tutorial\/local-installation\/","name":"Local installation - Testprep Training Online Tutorial","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website"},"datePublished":"2021-01-18T12:07:48+00:00","dateModified":"2021-01-19T07:09:01+00:00","description":"Enhance your knowledge about Local installation using the Google Certified Professional Cloud Architect Online Course and Tutorial Now!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/local-installation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/tutorial\/local-installation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/local-installation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.testpreptraining.ai\/tutorial\/"},{"@type":"ListItem","position":2,"name":"Local installation"}]},{"@type":"WebSite","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website","url":"https:\/\/www.testpreptraining.ai\/tutorial\/","name":"Testprep Training Tutorials","description":"","publisher":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.testpreptraining.ai\/tutorial\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#organization","name":"Testprep Training","url":"https:\/\/www.testpreptraining.ai\/tutorial\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/","url":"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png","contentUrl":"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png","width":583,"height":153,"caption":"Testprep Training"},"image":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/32701","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/comments?post=32701"}],"version-history":[{"count":6,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/32701\/revisions"}],"predecessor-version":[{"id":32938,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/32701\/revisions\/32938"}],"wp:attachment":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/media?parent=32701"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/categories?post=32701"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/tags?post=32701"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}