2026年03月09日
安装好系统,进行更新一下:apt-get update && apt-get upgrade更新完成之后,重启一下:reboot重新进入ssh,然后检查一下源:vim /etc/apt/sources.listdeb http://ports.ubuntu.com/ focal main restricted universe multiverse
deb h
2024年03月29日
在armbian/Ubuntu中将Python3.8添加到环境变量通常意味着将Python的二进制可执行文件的路径添加到$PATH环境变量中。假设你已经安装了Python 3.8如果没有安装,就先安装:sudo apt-get install python2.7 -y
sudo apt-get install python3.8 -y下面是如何将其添加到环境变量的步骤:打开终端。执行以下命令以编辑~/.bashrc