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