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.