Every time i go to the project how to control your dexter with a mouse i do the steps. but every time when i type cd Desktop/GoPiGo/Software/Python/Examples/Mouse Control/ into the terminal in VNC it says it can’t be found. Help?
Hi @outspokenzombie,
When a directory has spaces in its naming, you have got to use quotes around the whole path. In your case, you need to do something like:
cd "Desktop/GoPiGo/Software/Python/Examples/Mouse Control/"
Thank you!
1 Like