ubuntu18.04 apt 安装python3.8
-
Run the following commands as root or user with sudo access to update the packages list and install the prerequisites:
sudo apt update sudo apt install software-properties-common
-
Add the deadsnakes PPA to your system’s sources list:
sudo add-apt-repository ppa:deadsnakes/ppa
When prompted press
Enter
to continue:Press [ENTER] to continue or Ctrl-c to cancel adding it.
-
Once the repository is enabled, install Python 3.8 with:
sudo apt install python3.8
-
Verify that the installation was successful by typing:
python3.8 --version
Python 3.8.0
At this point, Python 3.8 is installed on your Ubuntu system, and you can start using it
https://linuxize.com/post/how-to-install-python-3-8-on-ubuntu-18-04/
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
2020-08-22 Linux网络编程socket选项之SO_LINGER,SO_REUSEADDR
2020-08-22 strtoul 16进制转换为cha字符