mirror of
https://git.adityakumar.xyz/nix-matlab.git
synced 2024-11-09 16:19:45 +00:00
README: Explain PYTHONPATH of shellHooksCommon
This commit is contained in:
parent
1fef966e4d
commit
4d37b026cc
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ pkgs.mkShell {
|
||||||
matlab-mlint
|
matlab-mlint
|
||||||
matlab-mex
|
matlab-mex
|
||||||
]);
|
]);
|
||||||
# Define C include path env vars for c development
|
# Define C include path env vars for c development and PYTHONPATH for `import matlab`.
|
||||||
shellHook = nix-matlab.shellHooksCommon;
|
shellHook = nix-matlab.shellHooksCommon;
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in a new issue