buildPythonPackage: send pip output to stderr
This commit is contained in:
parent
ad8f0b6d9b
commit
7af2d3d6e2
@ -49,7 +49,7 @@ in attrs // {
|
||||
export PATH="$tmp_path/bin:$PATH"
|
||||
export PYTHONPATH="$tmp_path/${python.sitePackages}:$PYTHONPATH"
|
||||
mkdir -p $tmp_path/${python.sitePackages}
|
||||
${bootstrapped-pip}/bin/pip install -e . --prefix $tmp_path
|
||||
${bootstrapped-pip}/bin/pip install -e . --prefix $tmp_path >&2
|
||||
fi
|
||||
${postShellHook}
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user