Skip to content
Snippets Groups Projects
Commit 2eb78f41 authored by Eloy Retamino's avatar Eloy Retamino
Browse files

[NRRPLT-7865] removed cp bbp_client command in makefile
parent c2d1a319
No related branches found
No related tags found
No related merge requests found
...@@ -18,10 +18,8 @@ PYTHON_PIP_VERSION?='pip>=19' ...@@ -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) 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) 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 include user_makefile
else 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_REPO?=git@bitbucket.org:hbpneurorobotics/admin-scripts.git
CI_DIR?=$(HBP)/admin-scripts/ContinuousIntegration CI_DIR?=$(HBP)/admin-scripts/ContinuousIntegration
THIS_DIR:=$(PWD) THIS_DIR:=$(PWD)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment