shell: make PYTHONPATH prefix instead of replace
This commit is contained in:
parent
a02bd9d73c
commit
9cd600b108
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
{ name = "PYTHONPATH"; value = "${pythonEnv}/${pythonEnv.sitePackages}"; }
|
{ name = "PYTHONPATH"; prefix = "${pythonEnv}/${pythonEnv.sitePackages}"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue