Skip to content

Replace "pip" with "pip3" on linux systems #7897

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
ghost opened this issue May 6, 2020 · 1 comment
Closed

Replace "pip" with "pip3" on linux systems #7897

ghost opened this issue May 6, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented May 6, 2020

I recommend replacing only the string when attempting to install some packages on different operating systems.

For example, on windows, installation of a pip package would probably look like this:
pip install package_name

while on Linux, it would be like this:
pip3 install package_name

I think it would save some begginers a lot of time searching for the issue solution, by just finding the operating system of the user, and producing different strings according to that.

@di
Copy link
Member

di commented May 6, 2020

Closing this as a duplicate of #1563, but thanks for the report!

@di di closed this as completed May 6, 2020
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

No branches or pull requests

1 participant