Skip to content

Commit

Permalink
Changing to calling pip from python command.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-cogliati-inl committed Jul 10, 2024
1 parent 9d1fcb1 commit 9805ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_raven
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fi

(cd $PYTHON_FMU_DIR && ./build_pythonfmu || echo PythonFMU not built)

PIP_COMMAND=pip3
PIP_COMMAND="$PYTHON_COMMAND -m pip"
if [[ $EDITABLE == 0 ]]
then # Don't install editable
(cd $RAVEN_BUILD_DIR && ${PIP_COMMAND} --verbose install . --upgrade --target ./install)
Expand Down

0 comments on commit 9805ba5

Please sign in to comment.