git下载:https://mirrors.edge.kernel.org/pub/software/scm/git/
配置:
https://blog.youkuaiyun.com/u011269835/article/details/37737981
注意:(还要install的)
https://blog.51cto.com/demidroid/841223
安装python-tk:
https://www.cnblogs.com/Dreamcho/p/9434227.html
安装python:
http://c.biancheng.net/view/4162.html
安装python2*:(如何在ubuntu20.04上安装python2)
*以前的版本默认有python2,但20版本就没有了,要自己安装
https://segmentfault.com/a/1190000022572643
apt-get install python-tk
然后用python2编译运行.py文件
如何退出python命令行:
使用 quit(), exit(), 或者Ctrl-D退出命令行。
install-sh文件运行:
./install-sh -a
博客提供了Git的下载链接及配置参考,还给出了Python-tk、Python及Python2在Ubuntu 20.04上的安装链接。介绍了用Python2编译运行.py文件,以及退出Python命令行的方法,还提及了install-sh文件的运行命令。
485

被折叠的 条评论
为什么被折叠?



