-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
If using uv
to manage package, automatically add:
shellHook = ''
# Export LD_LIBRARY is required for python packages that dynamically load libraries, such as numpy
export LD_LIBRARY_PATH="${pkgs.lib.makeLibraryPath (with pkgs; [ zlib gcc.cc glibc stdenv.cc.cc ])}":LD_LIBRARY_PATH;
...
'';
add some way to easily add the following shellHook when developing packages:
shellHook = ''
export PYTHONPATH=$PWD/pyclean/src:$PYTHONPATH
'';
jrosell
Metadata
Metadata
Assignees
Labels
No labels