Skip to content

Commit e94ba63

Browse files
committed
🍎 Work around some pipenv/homebrew oddness for now
1 parent 523ad6e commit e94ba63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.d/packages.d/melpa/pipenv.el

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
:commands pipenv-projectile-after-switch-extended
66
:init
77
(setq pipenv-projectile-after-switch-function #'pipenv-projectile-after-switch-extended)
8+
;; Pipenv via Homebrew is having some issues at the moment, which throws
9+
;; off this code. So let's work around that.
10+
(setenv "PIPENV_VERBOSITY" "-1")
811
:bind
912
("<f12> p a" . pipenv-activate)
1013
("<f12> p d" . pipenv-deactivate))

0 commit comments

Comments
 (0)