Python 2.x or 3.x on a Chromebook

2019-07-18 13:38发布

问题:

I'm trying to get into programming. I've worked to an extent in JavaScript, HTML, etc. I recently started Python, and I want to be able to use my Acer C720 Chromebook with Python. I've already installed a few things like the Python Shell from the Chrome Webstore, but these all lack certain modules that I need to use, such as tkinter. I was wandering if I could install a full version of Python (2.x or 3.x) via the terminal (I'm currently in dev mode).

回答1:

You will need to install crouton on your chromebook, and then, after dual booting (with sudo startxfce4), you can open the terminal and proceed with your TKinter program.