diff --git a/script/include/helper_functions.inc.sh b/script/include/helper_functions.inc.sh index 57415ba1..96218f9a 100644 --- a/script/include/helper_functions.inc.sh +++ b/script/include/helper_functions.inc.sh @@ -14,6 +14,6 @@ check_system_pip_for () { # Used whenever an environment sensitive command is being run run_command () { local cmd="${1}" - pipenv ${cmd} + pipenv run ${cmd} return $? }