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 <[email protected]>
  • Loading branch information
kchertenko and parthea authored Aug 2, 2022
1 parent f4c03f3 commit 9308dc4
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 9308dc4

Please sign in to comment.