pipenv: Progress bar doesn't respect borders of tmux pane

Progress bar goes out of tmux pane border

Describe you environment
  1. Mac OS high sierra
  2. Python version: 3.6.2
  3. Pipenv version: 8.2.7
Expected result

Progress bar works as in the real terminal

Actual result

2017-10-27 14 38 26

Steps to replicate

Run tmux, split vertically, go to the right pane, run pipenv install

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 20 (11 by maintainers)

Most upvoted comments

I actually didn’t have this problem – I split my tmux session, jumped to the right hand side, and put enough crap in my Pipfile to get a progress bar. Based on your progress bar this looks like an old version of pipenv. @kalekseev can you try upgrading pipenv and test again?

image