We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523ad6e commit e94ba63Copy full SHA for e94ba63
init.d/packages.d/melpa/pipenv.el
@@ -5,6 +5,9 @@
5
:commands pipenv-projectile-after-switch-extended
6
:init
7
(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")
11
:bind
12
("<f12> p a" . pipenv-activate)
13
("<f12> p d" . pipenv-deactivate))
0 commit comments