mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-04-05 08:54:03 -04:00
fix(erpnext): add ~/.local/bin to PATH after uv tool install
uv tool install frappe-bench places the bench executable in ~/.local/bin which is not on PATH by default, causing 'command not found' (exit 127) when running bench init.
This commit is contained in:
@@ -54,6 +54,7 @@ msg_ok "Installed wkhtmltopdf"
|
||||
|
||||
msg_info "Installing Frappe Bench"
|
||||
$STD uv tool install frappe-bench
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
msg_ok "Installed Frappe Bench"
|
||||
|
||||
msg_info "Initializing Frappe Bench"
|
||||
|
||||
Reference in New Issue
Block a user