Search code examples
linuxchromebook

./configure: Permission denied while trying to install python on chromebook


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


Solution

  • 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