我想知道是否有任何方法可以在Chromebook上运行python 3.x,因为我正在考虑获取一个但如果我无法对其进行编程则没有用。
有什么办法吗?
由于
答案 0 :(得分:2)
是的,你必须安装crouton:
http://www.howtogeek.com/162120/how-to-install-ubuntu-linux-on-your-chromebook-with-crouton/
基本上,crouton安装了一个linux shell,你可以从中下载你想要的东西。
要在此之后输入shell,请在crosh
中输入以下内容(使用 Ctrl + Alt + Tt 输入)< / p>
$ shell
chronos@localhost-$ sudo enter-chroot
Entering usr/locals/precise...
user@localhost-$ echo This is the shell
This is the shell