Обновить experimental.yaml

install python from uv
This commit is contained in:
js 2026-01-14 16:16:49 +00:00
parent c5b1199de8
commit 5909d7e5e0
1 changed files with 7 additions and 6 deletions

View File

@ -362,11 +362,11 @@ packages:
# - redis
- packages:
- python3-dev
- py3-setuptools
- py3-pip
- py3-distutils-extra
- py3-virtualenv
# - python3-dev
# - py3-setuptools
# - py3-pip
# - py3-distutils-extra
# - py3-virtualenv
- uv
action: install
# variants:
@ -619,8 +619,9 @@ actions:
set -eux
# Install Frappe Bench
su frappe -c 'cd /home/frappe && uv python install'
su frappe -c 'cd /home/frappe && uv venv'
su frappe -c 'cd /home/frappe && uv pip install frappe-bench'
su frappe -c 'cd /home/frappe && uv tool install frappe-bench'
# Initialize Bench
su frappe -c 'uvx --from frappe-bench bench init --frappe-branch=develop --frappe-path=https://github.com/frappe/frappe --no-procfile --no-backups --skip-redis-config-generation --verbose /home/frappe/frappe-bench'
# Change User Directory Permissions