use python -m pip instead of pip in PythonPackage easyblock#2807
use python -m pip instead of pip in PythonPackage easyblock#2807boegel merged 2 commits intoeasybuilders:developfrom
python -m pip instead of pip in PythonPackage easyblock#2807Conversation
|
Test report by @ocaisa Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
|
Test report by @ocaisa Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
| bazel_build_opts += " --subcommands" | ||
|
|
||
| bazel_cmd = "bazel %s build %s %s" % (bazel_opts, bazel_build_opts, bazel_build_pkg) | ||
| bazel_cmd = "%s bazel %s build %s %s" % (self.cfg['prebuildopts'], bazel_opts, bazel_build_opts, |
There was a problem hiding this comment.
This is a fix I needed to allow me to get around EESSI/software-layer#192 which affects this package.
python -m pip over pip for Python packagespython -m pip instead of pip in PythonPackage easyblock
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 27 out of 27 (15 easyconfigs in total) |
This is motivated by changes required in #2805 where (due to environment variables like
EB_PYTHON) the "correct"pipcommand may not even be in the users path.