diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index 8f33b01cec..803bdab7bb 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -116,6 +116,7 @@ endif # To scope any build-time dependencies cd dist/working && $(PYTHON) -m venv env + cd dist/working && . env/bin/activate && $(PIP) install build cd dist/working && . env/bin/activate && $(PIP) install wheel # Provides IfcOpenShell Python functionality