From 2eb78f4172913ccee3db0c90b068d5302c7fa5a7 Mon Sep 17 00:00:00 2001 From: Eloy Retamino <retamino@ugr.es> Date: Wed, 16 Sep 2020 17:27:56 +0200 Subject: [PATCH] [NRRPLT-7865] removed cp bbp_client command in makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index b4d809e..0ef17c5 100644 --- a/Makefile +++ b/Makefile @@ -18,10 +18,8 @@ PYTHON_PIP_VERSION?='pip>=19' python_version_full := $(shell python -c "import sys; maj, min = sys.version_info[:2]; print('{}.{}'.format(maj, min))" 2>&1) ifeq ($(NRP_INSTALL_MODE),user) - $(shell cp -af $(HBP)/user-scripts/config_files/platform_venv/* $(VIRTUAL_ENV)/lib/python$(python_version_full)/site-packages/ ) include user_makefile else - $(shell cp -af $(HBP)/user-scripts/config_files/platform_venv/* $(VIRTUAL_ENV)/lib/python$(python_version_full)/site-packages/ ) CI_REPO?=git@bitbucket.org:hbpneurorobotics/admin-scripts.git CI_DIR?=$(HBP)/admin-scripts/ContinuousIntegration THIS_DIR:=$(PWD) -- GitLab