Skip to content

pip shouldn't print download progress if stdout is not a terminal #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
vbabiy opened this issue Mar 15, 2011 · 1 comment
Closed

pip shouldn't print download progress if stdout is not a terminal #28

vbabiy opened this issue Mar 15, 2011 · 1 comment
Labels
auto-locked Outdated issues that have been locked by automation type: bug A confirmed bug or unintended behavior

Comments

@vbabiy
Copy link
Contributor

vbabiy commented Mar 15, 2011

http://docs.python.org/library/stdtypes.html#file.isatty

  Downloading py-1.4.1.zip (224Kb): 
  Downloading py-1.4.1.zip (224Kb):   1%  4.1Kb
  Downloading py-1.4.1.zip (224Kb):   3%  8.2Kb
  Downloading py-1.4.1.zip (224Kb):   5%  12Kb 
  Downloading py-1.4.1.zip (224Kb):   7%  16Kb
  Downloading py-1.4.1.zip (224Kb):   9%  20Kb
  Downloading py-1.4.1.zip (224Kb):  10%  24Kb
  Downloading py-1.4.1.zip (224Kb):  12%  28Kb
  Downloading py-1.4.1.zip (224Kb):  14%  32Kb
  Downloading py-1.4.1.zip (224Kb):  16%  36Kb
  Downloading py-1.4.1.zip (224Kb):  18%  40Kb
  Downloading py-1.4.1.zip (224Kb):  20%  45Kb
  Downloading py-1.4.1.zip

Gaah.


@carljm
Copy link
Contributor

carljm commented Mar 15, 2011

This is fixed in 375a293

qwcode added a commit that referenced this issue Feb 21, 2013
use distutils install schemes for wheels;  --user/--target support
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 2019
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation type: bug A confirmed bug or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants