From: garciadeblas Date: Mon, 24 Apr 2017 17:02:22 +0000 (+0200) Subject: Updated Makefile to install pip-setuptools as user X-Git-Tag: v2.0.0~4 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=0b38f9e0d91a1cc0bc185cab296dc05125318b9c Updated Makefile to install pip-setuptools as user Change-Id: I2a19ff89a94153568218fdd33ea0807f6358e153 Signed-off-by: garciadeblas --- diff --git a/Makefile b/Makefile index 9189cf7c..41b265a7 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ clean: find osm_ro -name '*.pyc' -delete find osm_ro -name '*.pyo' -delete prepare: - pip install 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); \