This commit is contained in:
huangzhenpc
2025-04-19 11:39:06 +08:00
parent 9d00c0b58e
commit 4bea0d3aa8
4 changed files with 6 additions and 4 deletions

View File

@@ -65,6 +65,7 @@ sudo systemctl enable redis
mkdir -p /opt/cursor-service
cd /opt/cursor-service
sudo apt install python3-venv python3-full
# 创建并激活虚拟环境
python3 -m venv venv
source venv/bin/activate