Fix function name which was just changed
This commit is contained in:
parent
05c42e5988
commit
adb41337e3
@ -5,7 +5,7 @@ install_pipenv() {
|
|||||||
|
|
||||||
# Ensure we are not in a virtual env already
|
# Ensure we are not in a virtual env already
|
||||||
if [ -z "${VIRTUAL_ENV+xxxx}" ]; then
|
if [ -z "${VIRTUAL_ENV+xxxx}" ]; then
|
||||||
if ! check_pip_for pipenv; then
|
if ! check_system_pip_for pipenv; then
|
||||||
# pipenv is not installed, so install it
|
# pipenv is not installed, so install it
|
||||||
echo "Installing pipenv..."
|
echo "Installing pipenv..."
|
||||||
pip install pipenv
|
pip install pipenv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user