Thank you so much, if I find out something new I'll post it here.
Happy new year.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
In that case, yes, sudo could be required if you don't set permissions of the file after bringing it to the Pi.What about standalones created on Mac or PC for Linux. Will they run on Pi? That would be my main interest, to develop on those platforms and run apps on the Pi.
Code: Select all
sudo chown myuser myfileCode: Select all
sudo chown -R myuser myfolder/*
I just defined the permissions for all users... strangely only worked with "sudo chmod"[-hh] wrote: Fri Dec 28, 2018 3:31 am Interesting, I never needed sudo to start a standalone.
Did you install the IDE "for all users" or "for you only"?