From 334af283363b09cc33913e30af4c089d9b165afc Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 24 Apr 2017 18:56:07 +0200 Subject: [PATCH] Updated Makefile to install pip-setuptools as user Change-Id: Ib0c67d39d3d49996aef63212b615ae8f5ae36dac Signed-off-by: garciadeblas --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8092b70..3214870 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ clean: find osm_openvim -name '*.pyo' -delete prepare_lite: - pip install --upgrade setuptools + pip install --user --upgrade setuptools mkdir -p build VER1=$(shell git describe | sed -e 's/^v//' |cut -d- -f1); \ VER2=$(shell git describe | cut -d- -f2); \ @@ -38,7 +38,7 @@ prepare_lite: sed -i "s/import osm_openvim; print osm_openvim\.__path__\[0\]/import lib_osm_openvim; print lib_osm_openvim\.__path__\[0\]/g" build/lib_osm_openvim/database_utils/migrate_vim_db.sh prepare: - pip install --upgrade setuptools + pip install --user --upgrade setuptools mkdir -p build VER1=$(shell git describe | sed -e 's/^v//' |cut -d- -f1); \ VER2=$(shell git describe | cut -d- -f2); \ -- 2.25.1