1.1.1 Blinking LED

I’m new. Instructions tells me to enter:

cd ~/raphael-kit/python

This is the reply:

File “”, line 1

cd ~/raphael-kit/python

  ^

Thanks for the help

I think you are trying to execute the command inside the python interpreter not inside the terminal window.

Exit python first with…

exit()

Then run the command again.

Thanks. That’s my problem.

1 Like