README: Explain PYTHONPATH of shellHooksCommon

This commit is contained in:
Doron Behar 2022-02-27 21:03:53 +02:00
parent 1fef966e4d
commit 4d37b026cc

View file

@ -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;
} }
---- ----