diff --git a/Makefile b/Makefile
index b4d809e1f7b4bc80d2ff1d00e42e44a5ef281232..0ef17c54a1de9056127626da9a67e8f5fd9b78f5 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)