2
0
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:
Ameya Shenoy 2018-03-05 13:17:46 +05:30
parent 16603ec8c9
commit d17406ce29
No known key found for this signature in database
GPG Key ID: 735490161CD5C91E

View File

@ -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"',