Fix pienv run command by actually adding "run"
This commit is contained in:
parent
cb0564e3e7
commit
a31e833fa4
@ -14,6 +14,6 @@ check_system_pip_for () {
|
|||||||
# Used whenever an environment sensitive command is being run
|
# Used whenever an environment sensitive command is being run
|
||||||
run_command () {
|
run_command () {
|
||||||
local cmd="${1}"
|
local cmd="${1}"
|
||||||
pipenv ${cmd}
|
pipenv run ${cmd}
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user