From 1493e5b19725eae0f57e827e464483ed8bd98635 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 1 Sep 2021 12:43:45 +0200 Subject: Fix Makefile --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.example b/Makefile.example index 8bbc4a6af..6c85676aa 100644 --- a/Makefile.example +++ b/Makefile.example @@ -4,7 +4,7 @@ NB_PROCESS=8 # if a virtualenv is used put the full python path # e.g.: PYTHON=$$HOME/.virtualenvs/ishtar/bin/python PYTHON=python3 -PATH=$$PATH:$$HOME/bin/geckodriver +export PATH := $(HOME)/bin/geckodriver:$(PATH) # put name of your current project project=example_project # list used apps -- cgit v1.2.3