4

i just tried to install oh-my-zsh on my notebook instance. it asked for the jupyter user's password, but i have no idea.

i'm also tagging with gcp-ai-platform-notebook as the support page says to do. thanks in advance for any help here!

william_grisaitis
  • 5,170
  • 3
  • 33
  • 40

2 Answers2

2

I tried to install oh-my-zsh using “sudo -i" to login as root. It’s installed successfully. So, I would advise you to use “sudo -i” to login as root before installing oh-my-zsh.

Vishal K
  • 1,368
  • 1
  • 7
  • 15
0

You can change the password using the following

sudo passwd <username>

You will require sudo permissions. This can be done by adding Compute Admin role to the service account and restarting the VM

Aakash Gupta
  • 716
  • 6
  • 11
  • I tried this, but I still get asked `[sudo] password for jupyter:`. Is it different for a managed workbook in Vertex AI? – sanminchui Apr 18 '23 at 13:57