diff --git a/generated_samples/interactive-tutorials/user_environment_setup.sh b/generated_samples/interactive-tutorials/user_environment_setup.sh index 2d4fe02b791f..33de697a1e50 100644 --- a/generated_samples/interactive-tutorials/user_environment_setup.sh +++ b/generated_samples/interactive-tutorials/user_environment_setup.sh @@ -43,16 +43,6 @@ } && { # activate the service account using the key gcloud auth activate-service-account --key-file ~/key.json -} && { - # install necessary Google client libraries - virtualenv -p python3 myenv - source myenv/bin/activate - sleep 2 - - pip install google && - pip install google-cloud-retail && - pip install google-cloud.storage && - pip install google-cloud.bigquery } && { echo "=======================================" echo "The Google Cloud setup is completed."