From 972807999ea919e03f16b050d3b177258d75ecb2 Mon Sep 17 00:00:00 2001 From: Alexander Beedie Date: Wed, 15 Feb 2023 08:20:53 +0000 Subject: [PATCH] fix(python): prevent external modules found on system/user PYTHONPATH from bleeding into the polars venv --- py-polars/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/py-polars/Makefile b/py-polars/Makefile index 3fe607eedcc3..f85674fc45fc 100644 --- a/py-polars/Makefile +++ b/py-polars/Makefile @@ -1,5 +1,6 @@ .DEFAULT_GOAL := help +PYTHONPATH= SHELL=/bin/bash VENV = venv