简体   繁体   中英

How can I solve “bash: cd: /home/pi/AIY-projects-python: No such file or directory”?

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM