0

I just bought a chromebook 2 and I already put the laptop on development mode.

I did the alt + ctrl + t and the I typed shell.

When I try to install python with the sudo ./configure command, I get Permission denied.

I also did chmod +x, but still no luck.

I appreciate if any help

amb1s1
  • 1,995
  • 5
  • 22
  • 26

1 Answers1

0

I recommend Installing Chromebrew : http://skycocker.github.io/chromebrew/ It is a package manager for ChromeOS. After installing that just type in ,

crew install python

Alternate Methods :

Python Shell You can install this plugin, Python Shell into Chrome. https://chrome.google.com/webstore/detail/python-shell/gdiimmpmdoofmahingpgabiikimjgcia?hl=en

Skulpt Interpreter Lastly you can check out the Skulpt Interpreter. https://chrome.google.com/webstore/detail/skulpt-interpreter/bocjplmmdjglmffmpofmmndklbdpcmeb?hl=en&gl=US

saruftw
  • 1,104
  • 2
  • 14
  • 37
  • When I installed Chromebrew, it installed python for me. I guess it come in the package. Thanks – amb1s1 Oct 23 '14 at 23:04