mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 23:48:24 +00:00
path not found fix
This commit is contained in:
parent
16603ec8c9
commit
d17406ce29
@ -13,8 +13,8 @@ def install_bench(args):
|
||||
|
||||
success = run_os_command({
|
||||
'apt-get': [
|
||||
'sudo apt-get update'
|
||||
# 'sudo apt-get install -y git build-essential python-setuptools python-dev libffi-dev libssl-dev'
|
||||
'sudo apt-get update',
|
||||
'sudo apt-get install -y git build-essential python-setuptools python-dev libffi-dev libssl-dev'
|
||||
],
|
||||
'yum': [
|
||||
'sudo yum groupinstall -y "Development tools"',
|
||||
|
Loading…
x
Reference in New Issue
Block a user