Skip to content

Commit

Permalink
Merge pull request #2196 from radical-cybertools/hotfix/pip
Browse files Browse the repository at this point in the history
Pip error messages
  • Loading branch information
mtitov authored Aug 3, 2020
2 parents c89bd0a + 9668e1e commit 9e70dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/radical/pilot/agent/bootstrap_0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ rp_install()

pip_flags="$pip_flags --src '$PILOT_SANDBOX/rp_install/src'"
pip_flags="$pip_flags --build '$PILOT_SANDBOX/rp_install/build'"
pip_flags="$pip_flags --install-option='--prefix=$RP_INSTALL'"
pip_flags="$pip_flags --prefix '$RP_INSTALL'"
pip_flags="$pip_flags --no-deps --no-cache-dir --no-build-isolation"

for src in $rp_install_sources
Expand Down

0 comments on commit 9e70dc7

Please sign in to comment.