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

pipx ensurepath in fish shell results in repeated appending of it to path. #1445

Open
adikpb opened this issue Jun 10, 2024 · 0 comments
Open
Labels
bug Something isn't working upstream Bug in dependency

Comments

@adikpb
Copy link

adikpb commented Jun 10, 2024

Describe the bug

pipx ensurepath in fish shell results in repeated appending of it to path. This results in path that just keeps getting longer.

How to reproduce

Running pipx --verbose ensurepath

Success! Added /Users/<redacted>/.local/bin to the PATH environment variable.

Consider adding shell completions for pipx. Run 'pipx completions' for instructions.

You will need to open a new terminal or re-login for the PATH changes to take effect. Alternatively, you can source your shell's config file with e.g. 'source ~/.bashrc'.

Otherwise pipx is ready to go! ✨ 🌟 ✨

Expected behavior
Only append to path once using fish_add_path if possible

@huxuan huxuan added the bug Something isn't working label Jun 10, 2024
@Gitznik Gitznik added the upstream Bug in dependency label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream Bug in dependency
Projects
None yet
Development

No branches or pull requests

3 participants