I have been thinking about running using Python on my chrome book. Is it possible to run Python form a USB key on my Chromebook?

If so what would the steps be?

link|improve this question

60% accept rate
feedback

2 Answers

It's not possible to run Python on ChromeOS.

link|improve this answer
feedback

You will have to enter "Developer Mode" by setting a little switch on the side of the chrome book:

http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-series-5-chromebook

http://www.chromium.org/chromium-os/poking-around-your-chrome-os-device

https://www.youtube.com/watch?v=q-y6p9tAgGE

And compile python for chrome (or at leaset link static on a similar linux) as described here:

https://github.com/helloandre/cr48#readme

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.