From bb365d411d88a71871993b4ed803c2ffbbcb79bf Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Mon, 10 Apr 2017 11:01:57 +0000 Subject: Yardstick virtualenv support JIRA: YARDSTICK-620 In the patch, I separate python-setuptools from install.sh and separate appdirs from requirements.txt because there will be error when install them in virtualenv. Also I will update the documentation when this patch merged; Change-Id: I99a532d1851983775869e7c5e8e65fd0229e86df Signed-off-by: chenjiankun --- install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 25a4f5960..dc2663628 100755 --- a/install.sh +++ b/install.sh @@ -47,9 +47,7 @@ apt-get update && apt-get install -y \ uwsgi-plugin-python \ supervisor \ python-pip \ - vim \ - python-setuptools && \ - easy_install -U setuptools==30.0.0 + vim apt-get -y autoremove && apt-get clean -- cgit 1.2.3-korg