Skip to content
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

Make --verbose option additive #4886

Open
glensc opened this issue Dec 2, 2021 · 1 comment
Open

Make --verbose option additive #4886

glensc opened this issue Dec 2, 2021 · 1 comment
Labels
Type: Enhancement 💡 This is a feature or enhancement request.

Comments

@glensc
Copy link

glensc commented Dec 2, 2021

Is your feature request related to a problem? Please describe.

pip install --verbose option is additive, since pipenv flag is not, there's no way to pass --verbose --verbose to pip.

$ pip install --help
...
  -v, --verbose               Give more output. Option is additive, and can be used up to 3 times.

Describe the solution you'd like

Make pipenv install --verbose option is additive and pass it to pip

Additional context

I'm trying to run pipenv install for package that take long to compile from sources, would like to see some output of the progress.


$ pipenv --support

Pipenv version: '2021.11.23'

Pipenv location: '/usr/local/lib/python3.10/site-packages/pipenv'

Python location: '/usr/local/bin/python'

Python installations found:

  • 3.10.0: /usr/local/bin/python
  • 3.10.0: /usr/local/bin/python3

PEP 508 Information:

{'implementation_name': 'cpython',
 'implementation_version': '3.10.0',
 'os_name': 'posix',
 'platform_machine': 'x86_64',
 'platform_python_implementation': 'CPython',
 'platform_release': '5.10.47-linuxkit',
 'platform_system': 'Linux',
 'platform_version': '#1 SMP Sat Jul 3 21:51:47 UTC 2021',
 'python_full_version': '3.10.0',
 'python_version': '3.10',
 'sys_platform': 'linux'}

System environment variables:

  • PATH
  • HOSTNAME
  • TERM
  • LANG
  • GPG_KEY
  • PYTHON_VERSION
  • PYTHON_PIP_VERSION
  • PYTHON_SETUPTOOLS_VERSION
  • PYTHON_GET_PIP_URL
  • PYTHON_GET_PIP_SHA256
  • PYTHONUNBUFFERED
  • HOME
  • PIP_SHIMS_BASE_MODULE
  • PIP_DISABLE_PIP_VERSION_CHECK
  • PYTHONDONTWRITEBYTECODE
  • PIP_PYTHON_PATH
  • PYTHONFINDER_IGNORE_UNSUPPORTED

Pipenv–specific environment variables:

Debug–specific environment variables:

  • PATH: /usr/lib/ccache/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  • LANG: C.UTF-8

@matteius
Copy link
Member

Best way to see change is to be the change -- care to show an example PR?

@matteius matteius added the Type: Enhancement 💡 This is a feature or enhancement request. label Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement 💡 This is a feature or enhancement request.
Projects
None yet
Development

No branches or pull requests

2 participants