diff --git a/init.d/packages.d/melpa/pipenv.el b/init.d/packages.d/melpa/pipenv.el index 64e6cba..414459d 100644 --- a/init.d/packages.d/melpa/pipenv.el +++ b/init.d/packages.d/melpa/pipenv.el @@ -5,6 +5,9 @@ :commands pipenv-projectile-after-switch-extended :init (setq pipenv-projectile-after-switch-function #'pipenv-projectile-after-switch-extended) + ;; Pipenv via Homebrew is having some issues at the moment, which throws + ;; off this code. So let's work around that. + (setenv "PIPENV_VERBOSITY" "-1") :bind (" p a" . pipenv-activate) (" p d" . pipenv-deactivate))