world_alive2025年10月14日2026年9月1日Python, Ubuntu Python3.10 + Django + Virtualenv安装 Python + Django 的基础环境: apt-get install python3-virtu 继续阅读
world_alive2025年10月14日2026年9月1日Python, Ubuntu Ubuntu24 apt install python3.10添加deadsnakes PPA(Personal Package Archive): sudo add-ap 继续阅读
world_alive2020年11月10日2025年7月8日Python, 工具 Linux 安装 CloudFlare API — Pythonvirtualenv -p /usr/bin/python3 继续阅读
world_alive2020年3月3日2025年7月8日Debain, Python debian9升级安装到python3.6 3.7安装步骤 1.添加testing源 vim /etc/apt/sources.list deb http:// 继续阅读
world_alive2019年11月25日2025年7月8日Python, Ubuntu How to Install Python 3.7 on Ubuntu 18.04Python is one of the most popular programming languages 继续阅读
world_alive2019年10月9日2025年7月8日Python python ‘ascii’ codec can’t encode characters in position 0-* 编码问题解决python在安装时,默认的编码是ascii,当程序中出现非ascii编码时,python的处理常常会报这样的 继续阅读
world_alive2019年8月2日2025年7月8日Python How to Install Python 3.6 on Debian 9Python is a interactive and object-oriented scripting l 继续阅读
world_alive2019年3月22日2025年7月8日Linux, Python How to Install Python 3.6 3.7 on Ubuntu 16.04 / CentOS 7 / Debian 9 / macOSInstall Python 3.6 on Ubuntu 16.04 On Ubuntu 16.04, Pyt 继续阅读
world_alive2019年1月10日2025年7月8日Linux, Python, Ubuntu Ubuntu18+MariaDB+python2+Django更新系统 apt-get update apt-get upgrade 安装Python 及其相关软件 apt 继续阅读