I have just replaced my old Mac with M1 Mac and something went wrong with Python after the data transfer.
I am trying to run Big Query queries on Jupyter Notebook. After downloading the the google-cloud-sdk folder, I am running the command gcloud init to start the setup and login using the credentials. Something that used to work smoothly before.
Now, every time I run the command, this shows up in my terminal:
/Desktop/google-cloud-sdk/bin/gcloud: line 181: exec: python2: not found
I am using Monterey v12.5.1, z shell. Any ideas how do I solve this?