fastAPI使用https
在main.py中定义证书路径from fastapi import FastAPI app = FastAPI(ssl_keyfile="...
ubuntu下python虚拟环境配置
安装虚拟环境venv包sudo apt-get update sudo apt-get upgrade sudo apt-get ins...