0

I am trying to setup google assistant sdk on my raspberry pi. I followed this link

But at the last item, when I entered the command cd ~/AIY-projects-python there is an error:

bash: cd: /home/pi/AIY-projects-python: No such file or directory
trotta
  • 1,232
  • 1
  • 16
  • 23

1 Answers1

0

What does No such file or directory mean?

The error you got is an error you get when you are trying to edit or cd into a file or folder that doesn't exist.


If you have to create the folder, write mkdir ~/AIY-projects-python

dnorhoj
  • 128
  • 1
  • 10