How to save the written code inside the Raspberry Pi and let the Raspberry Pi run the program out of the compiler?

How to save the written code inside the Raspberry Pi and let the Raspberry Pi run the program out of the compiler?

Hi Lance,

Which language and IDE are you using?

That’ll help us tailor instructions to you

-James

I use micropython and THONNY IDE.

Hi Lance,

You should just be able to hit Save As and save your file to a location of your choosing, then run python3 /path-to-your-file when you want to run it.

I’m assuming you’re using Adafruit blinka or something similar to run micropython on a full-blooded Pi (not pico)?

Keen to get you on track!
-James

No, I’m using pico.