Commit df359663 authored by sim's avatar sim

[FIX] Setup of python path

parent 4c8419b4
......@@ -9,7 +9,8 @@ PIPENV_ARGS=--dev
endif
VENV=$(shell pipenv --venv)
PY_VERSION=$(shell python -c 'import sys; v=sys.version_info; print("{0}.{1}".format(*v))')
PYTHON=$(shell pipenv --py)
PY_VERSION=$(shell $(PYTHON) -c 'import sys; v=sys.version_info; print("{0}.{1}".format(*v))')
gargantext: conf env
@echo "• Installing dependencies..."
......
Markdown is supported
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