Skip to content

Commit

Permalink
buildPythonPackage: send pip output to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
timbertson committed Jan 24, 2017
1 parent ad8f0b6 commit 7af2d3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
'';
Expand Down

0 comments on commit 7af2d3d

Please sign in to comment.