Skip to content

Commit

Permalink
🍎 Work around some pipenv/homebrew oddness for now
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Jul 23, 2020
1 parent 523ad6e commit e94ba63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.d/packages.d/melpa/pipenv.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
("<f12> p a" . pipenv-activate)
("<f12> p d" . pipenv-deactivate))

0 comments on commit e94ba63

Please sign in to comment.