Skip to content

Commit

Permalink
wrong assignement fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Feb 23, 2024
1 parent 9d4f385 commit b691f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mxmake/topics/core/mxenv.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ endif

# determine the executable path
ifeq ("$(VENV_ENABLED)", "true")
export PATH=$(shell pwd)/$(VENV_FOLDER)/bin/:$(shell pwd)/node_modules/.bin/:$(PATH)
export PATH:=$(shell pwd)/$(VENV_FOLDER)/bin/:$(shell pwd)/node_modules/.bin/:$(PATH)
export VIRTUAL_ENV=$(VENV_FOLDER)
MXENV_PATH=$(VENV_FOLDER)/bin/
MXENV_PYTHON=$(MXENV_PATH)python
Expand Down

0 comments on commit b691f21

Please sign in to comment.