diff --git a/Makefile b/Makefile index 5311b97..eb3761b 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ venv: # Tests if the current environment is able to load the pEp module envtest: - python3 -c 'import pEp' + HOME=. python3 -c 'import pEp' # Test # ====