March 2019
Beginner to intermediate
778 pages
34h 20m
English
For many of the included programming languages, the Cloud Shell comes preconfigured with tools to support multiple versions. The current Java version can be changed via the update-java-alternatives command available from the java-commons package. For Node.js, this can be done using the Node Version Manager command nvm. Python comes with both python for version 2.7.9 and python3 for version 3 support (version 3.4.2 at the time of writing). In addition, the Cloud Shell VM includes virtualenv for managing Python dependency versioning on a per-service basis.
While many tools and languages are included out of the box, there may be times you need to bring additional tools into your Cloud Shell VM. Because everything ...
Read now
Unlock full access