From 5331b28626fe0804939d33cd9da3913c38563df0 Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 7 Jan 2023 15:43:00 -0800 Subject: [PATCH] PYTHONPATH doesn't exist already... --- objectifier.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objectifier.nix b/objectifier.nix index 0a650ed..ea2f615 100644 --- a/objectifier.nix +++ b/objectifier.nix @@ -32,7 +32,7 @@ in pkgs.writeShellApplication { ''"$@"'' ]; in '' - PYTHONPATH="$PYTHONPATH:${objectifier-src}" + PYTHONPATH="${objectifier-src}" ${script} ''; }