pipenv icon indicating copy to clipboard operation
pipenv copied to clipboard

Pipenv ignores the `PIPENV_SPINNER` environment variable.

Open superruzafa opened this issue 5 years ago • 1 comments

Issue description

The documentacion says that the PIPENV_SPINNER environment variable can modify the animation shown while performing long time operations, but pipenv ignores that value.

Expected result

$ export PIPENV_SPINNER=arrow3
$ pipenv lock
▹▹▹▹▹ Locking... # <-- arrow3 spinner style

Actual result

$ export PIPENV_SPINNER=clock
$ pipenv lock
⠙ Locking... # <-- dots spinner style

Steps to replicate

  1. export the PIPENV_SPINNER variable to any valid spinner value.
  2. run pipenv
  3. observe that the dots (or the bouncingBar) spinner style is still present.

superruzafa avatar Dec 04 '19 22:12 superruzafa

Presumably this is fixed now that #4046 is merged?

allanlewis avatar Jul 28 '22 16:07 allanlewis

Closing as this is resolved.

oz123 avatar Feb 18 '23 23:02 oz123