Skip to content

Commit 2f4ee67

Browse files
kchertenkoparthea
authored andcommitted
chore(samples): remove env setup (#299)
Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent a0cf359 commit 2f4ee67

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

generated_samples/interactive-tutorials/user_environment_setup.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@
4343
} && {
4444
# activate the service account using the key
4545
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
5646
} && {
5747
echo "======================================="
5848
echo "The Google Cloud setup is completed."

0 commit comments

Comments
 (0)