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 #1588

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add --all-shells flag to ensure_path #1588

wants to merge 1 commit into from

Conversation

gh271
Copy link

@gh271 gh271 commented Dec 24, 2024

  • 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 and how I can fix it, any ideas?

@gh271 gh271 marked this pull request as ready for review December 24, 2024 18:18
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.

1 participant