fix: use --python flag for uv pip install
Follows profilarr-install.sh pattern: uv venv then uv pip install --python /path/to/venv/bin/python
This commit is contained in:
@@ -100,9 +100,7 @@ msg_ok "Built Frontend Apps"
|
||||
msg_info "Setting up Python API"
|
||||
setup_uv
|
||||
$STD uv venv /opt/plane-venv
|
||||
export VIRTUAL_ENV=/opt/plane-venv
|
||||
export PATH="/opt/plane-venv/bin:$PATH"
|
||||
$STD uv pip install -r /opt/plane/apps/api/requirements/production.txt
|
||||
$STD uv pip install --python /opt/plane-venv/bin/python -r /opt/plane/apps/api/requirements/production.txt
|
||||
msg_ok "Set up Python API"
|
||||
|
||||
msg_info "Configuring Plane"
|
||||
|
||||
Reference in New Issue
Block a user