Skip to content

Feature Request: Simplified Command for Installing Packages #12940

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

Closed
1 task done
alokranjan609 opened this issue Aug 26, 2024 · 1 comment
Closed
1 task done

Feature Request: Simplified Command for Installing Packages #12940

alokranjan609 opened this issue Aug 26, 2024 · 1 comment
Labels
resolution: duplicate Duplicate of an existing issue/PR

Comments

@alokranjan609
Copy link

What's the problem this feature will solve?

The current command pip install [PACKAGE_NAME] is straightforward, but a shorter alternative would improve user experience by reducing the amount of typing required, especially when installing multiple packages in a single session. This feature would be particularly beneficial for developers who frequently use pip to manage dependencies.

Describe the solution you'd like

Implement a shorthand command pip i that functions identically to pip install. This command should:

-Work as an alias for pip install.
-Be fully compatible with all existing options and arguments that pip install accepts.

Alternative Solutions

We can create a shell alias that maps pip i to pip install. This method is quick, easy, and doesn't require any changes to the pip package.

Additional context

This feature will be helpful in the following ways:
-Streamlined user experience with fewer keystrokes.
-Enhanced productivity for developers by reducing repetitive typing.
-Increased adoption and satisfaction among the pip user community.

Code of Conduct

@alokranjan609 alokranjan609 added S: needs triage Issues/PRs that need to be triaged type: feature request Request for a new feature labels Aug 26, 2024
@pypa pypa deleted a comment Aug 26, 2024
@uranusjr
Copy link
Member

duplicate of #8130

@uranusjr uranusjr closed this as not planned Won't fix, can't repro, duplicate, stale Aug 26, 2024
@uranusjr uranusjr added resolution: duplicate Duplicate of an existing issue/PR and removed type: feature request Request for a new feature S: needs triage Issues/PRs that need to be triaged labels Aug 26, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolution: duplicate Duplicate of an existing issue/PR
Projects
None yet
Development

No branches or pull requests

3 participants
@uranusjr @alokranjan609 and others