poclbm icon indicating copy to clipboard operation
poclbm copied to clipboard

Not sure what to do to get version her to open on rasperry pi (opens to notepad)

Open techman05 opened this issue 11 years ago • 1 comments

It looks like rasberry pi has python on it but I'm not sure how to get it to treat the py files as executables like on the pc (regaurdless if I have numpy or opecl installed right)

Thanks for any help or to point out if there is a command I need to run to use it on a linux system.

techman05 avatar Aug 26 '13 20:08 techman05

On the Pi (or Linux in general) type (in a terminal)

chmod +x guiminer.py python2.7 guiminer.py

Hope this helps :)

aus4000 avatar Sep 01 '13 01:09 aus4000