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 --all-shells flag to ensure_path #1591

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Add --all-shells flag to ensure_path #1591

merged 1 commit into from
Jan 10, 2025

Conversation

gh271
Copy link
Contributor

@gh271 gh271 commented Jan 2, 2025

  • I have added a news fragment under changelog.d/ (if the patch affects the end users)

Summary of changes

Add --all-shells flag to pipx ensure_path, see issue: #1585

Test plan

Tested by running:

$ pipx ensurepath --all-shells

I have one failing test (test_run_with_requirements):

ERROR    pipx.util:util.py:347 Fatal error from pip prevented installation. Full pip output in file:

The pip output file contains:

PIP STDOUT
----------
Looking in indexes: http://127.0.0.1:62640/simple/

PIP STDERR
----------
ERROR: Could not find a version that satisfies the requirement requests==2.31.0 (from versions: 2.32.3)
ERROR: No matching distribution found for requests==2.31.0

Unfortunately I don't know what is causing this or how I can fix it, any ideas?

Copy link
Member

@dukecat0 dukecat0 left a comment

Choose a reason for hiding this comment

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

LGTM, Thanks!

@dukecat0 dukecat0 merged commit ecbab56 into pypa:main Jan 10, 2025
20 checks passed
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.

3 participants