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

Add pip.conf #485

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Add pip.conf #485

merged 1 commit into from
Jul 23, 2024

Conversation

danielhollas
Copy link
Contributor

@danielhollas danielhollas commented Jul 22, 2024

Follow up to #437. Fixes #484 (see this issue for more details)

PIP_USER envvar affects all pip subcommands, including pip list which had unintended side effects. Using the pip.conf file allows to set --user specifically for the install subcommand.

PIP_USER envvar affects all pip subcommands, including `pip list`
which had unintended side effects.
Using the pip.conf file allows to set `--user` specificall for the `install` subcommand.
@danielhollas danielhollas marked this pull request as ready for review July 22, 2024 23:45
Copy link
Member

@unkcpz unkcpz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's been months I didn't play with QEApp. Thanks for the fix! @danielhollas

@superstar54 I'd recommend to have a read on #484, if you have time. It may nicely answer the question you had during our meeting with Daniel about two places for package installation.

@danielhollas danielhollas merged commit bf146df into main Jul 23, 2024
15 checks passed
@danielhollas danielhollas deleted the pip-conf branch July 23, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix pip list behaviour
2 participants