shell: make PYTHONPATH prefix instead of replace

This commit is contained in:
Infinidoge 2024-09-16 01:08:20 -04:00
parent a02bd9d73c
commit 9cd600b108
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -19,7 +19,7 @@
];
env = [
{ name = "PYTHONPATH"; value = "${pythonEnv}/${pythonEnv.sitePackages}"; }
{ name = "PYTHONPATH"; prefix = "${pythonEnv}/${pythonEnv.sitePackages}"; }
];
};
};