We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0cf359 commit 2f4ee67Copy full SHA for 2f4ee67
generated_samples/interactive-tutorials/user_environment_setup.sh
@@ -43,16 +43,6 @@
43
} && {
44
# activate the service account using the key
45
gcloud auth activate-service-account --key-file ~/key.json
46
-} && {
47
- # install necessary Google client libraries
48
- virtualenv -p python3 myenv
49
- source myenv/bin/activate
50
- sleep 2
51
-
52
- pip install google &&
53
- pip install google-cloud-retail &&
54
- pip install google-cloud.storage &&
55
- pip install google-cloud.bigquery
56
57
echo "======================================="
58
echo "The Google Cloud setup is completed."
0 commit comments