diff --git a/jeyerp-develop.yaml b/jeyerp-develop.yaml index 74fb827..b06dce7 100644 --- a/jeyerp-develop.yaml +++ b/jeyerp-develop.yaml @@ -360,6 +360,11 @@ packages: # - redis - packages: + - python3-dev + - py3-setuptools + - py3-pip + - py3-distutils-extra + - py3-virtualenv - uv action: install # variants: @@ -604,7 +609,6 @@ actions: # Install Frappe Bench su frappe -c 'cd /home/frappe && uv venv' - su frappe -c 'cd /home/frappe && uv python install' su frappe -c 'cd /home/frappe && uv pip 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'