From 5909d7e5e0db3a67f4620a2a0a3afb9ed0cae7f1 Mon Sep 17 00:00:00 2001 From: js Date: Wed, 14 Jan 2026 16:16:49 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20experimental.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit install python from uv --- experimental.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/experimental.yaml b/experimental.yaml index ce61742..3350b7c 100644 --- a/experimental.yaml +++ b/experimental.yaml @@ -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