From d17406ce29ef52e770c3a773a8b8d92f625aa98b Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Mon, 5 Mar 2018 13:17:46 +0530 Subject: [PATCH] path not found fix --- playbooks/install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/install.py b/playbooks/install.py index 90f16218..fbced0d4 100644 --- a/playbooks/install.py +++ b/playbooks/install.py @@ -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"',