使用apache 部屬flask網頁服務-4 apache環境安裝及設置

筆記種類
apache

 

 

建立虛擬環境:
python3 -m venv .venv

source .venv/bin/activate


pip install -r requirements.txt