小修改

This commit is contained in:
赵鑫 2022-09-03 17:45:34 +08:00
parent b2a40fc656
commit 25a3338c43
3 changed files with 22 additions and 12 deletions

View File

@ -1,9 +1,14 @@
--- ---
title: Pyhton 环境搭建 title: Pyhton 环境搭建
sitemap: true categories:
keywords: [Python] - Python
categories: [Python] keywords:
tags: [Python] - Python
- pip
- pypi
- pipenv
tags:
- Python
date: 2022-09-03 12:13:10 date: 2022-09-03 12:13:10
--- ---

View File

@ -1,10 +1,12 @@
--- ---
title: Python 捕获 Ctrl+C 手工终止程序的方法 title: Python 捕获 Ctrl+C 手工终止程序的方法
date: 2022-08-31 15:13:08 date: 2022-08-31 15:13:08
sitemap: true categories:
keywords: [Python] - Python
categories: [Python] keywords:
tags: [Python] - Python
tags:
- Python
--- ---
日常编写调试运行程序过程中,难免需要手动终止程序。可以使用以下的方法捕获 KeyboardInterrupt从而优雅地终止程序的运行。 日常编写调试运行程序过程中,难免需要手动终止程序。可以使用以下的方法捕获 KeyboardInterrupt从而优雅地终止程序的运行。

View File

@ -1,10 +1,13 @@
--- ---
title: 如何为系统选择默认的 Python 版本 title: 如何为系统选择默认的 Python 版本
categories:
- Python
keywords:
- Python
- 版本
tags:
- Python
date: 2022-08-31 15:08:08 date: 2022-08-31 15:08:08
sitemap: true
keywords: [Python,默认,版本]
categories: [Python]
tags: [Python]
--- ---
# 对于 Debian, Ubuntu 等系统 # 对于 Debian, Ubuntu 等系统