Skip to content

Commit

Permalink
chore(samples): remove env setup (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
2 people authored and dandhlee committed Dec 2, 2022
1 parent a0cf359 commit 2f4ee67
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions generated_samples/interactive-tutorials/user_environment_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 2f4ee67

Please sign in to comment.