diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index 803bdab7bb..bfcf80e540 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -116,7 +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 + $(PIP) install build cd dist/working && . env/bin/activate && $(PIP) install wheel # Provides IfcOpenShell Python functionality